#C21D00

Color #C21D00 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C21D00

Tints of Harley Davidson Orange #C21D00

Color information

#C21D00 (or 0xC21D00) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 1D and 00. RGB value is (194,29,0). Sum of RGB (Red+Green+Blue) = 194+29+0=223 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.00% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21D00 is #3DE2FF. Grayscale: #4B4B4B. Windows color (decimal): -4055808 or 7618. OLE color: 7618.

HSL color Cylindrical-coordinate representation of color #C21D00: hue angle of 8.97º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C21D00 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB194290-
CMYK00.8510.24
HSL8.97º100%38.04%-
HSV(B)8.97º100%76.08%-
XYZ22.6912.351.19-
YUV75.0385.66212.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 87.00%
GREEN value IS 29 (11.72% from 255) = 13.00%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.00%
G=13.00%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19429000.8510.248.9710038.04
HexC21D0055641896426
Octal3023500125144301114446
Binary110000101110100101010111001001100010011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21D00; }

 p { color: rgb(194,29,0); }

 H1.HeaderClassName
 {
   color: #C21D00;
 }
 .AnyTagClassName
 {
   color: #C21D00;
 }
</style>
background-color css

<style>
 a { background-color: #C21D00; }

 a { background-color: rgb(194,29,0); }

 div.DivClassName
 {
   background-color: #C21D00;
 }
 .BgClassName
 {
   background-color: #C21D00;
 }
</style>
border-color css

<style>
 span { border-color: #C21D00; }

 span { border-color: rgb(194,29,0); }

 td.TdClassName
 {
   border-color: #C21D00;
 }
 .TagClassName
 {
   border-color: #C21D00;
 }
</style>