Html Css Color HEX #CD4211 Harley Davidson Orange

📋 copy color: '#CD4211'

red 205 ◦ green 66 ◦ blue 17

#CD4211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #CD4211

Tints of Harley Davidson Orange #CD4211

RGB

 RED value IS 205 (80.47% from 255) = 71.18%

 GREEN value IS 66 (26.17% from 255) = 22.92%

 BLUE value IS 17 (7.03% from 255) = 5.9%

R = 71.18%
G = 22.92%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD4211 (or 0xCD4211) is known color: Harley Davidson Orange. HEX triplet: CD, 42 and 11. RGB value is (205,66,17). Sum of RGB (Red+Green+Blue) = 205+66+17=288 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.18% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4211 is #32BDEE. Grayscale: #666666. Windows color (decimal): -3325423 or 1131213. OLE color: 1131213.

HSL color Cylindrical-coordinate representation of color #CD4211: hue angle of 15.64º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD4211 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 66 17 -
CMYK 0 0.68 0.92 0.20
HSL 15.64º 0.85% 0.44% -
HSV(B) 15.64º 0.92% 0.8% -
XYZ 27.23 16.92 2.36 -
YUV 101.98 80.05 201.48 -
System Red Green Blue C M Y K H S L
Decimal 205 66 17 0 0.68 0.92 0.20 15.64 0.85 0.44
Hex CD 42 11 0 44 5C 14 10 55 2C
Octal 315 102 21 0 104 134 24 20 125 54
Binary 11001101 1000010 10001 0 1000100 1011100 10100 10000 1010101 101100

Color Harmonies of #CD4211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4211

Black with #CD4211

Text Example


Text Example

White with #CD4211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4211; }

 p { color: rgb(205,66,17); }

 H1.HeaderClassName
 {
   color: #CD4211;
 }
 .AnyTagClassName
 {
   color: #CD4211;
 }
</style>

background-color css

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

 a { background-color: rgb(205,66,17); }

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

border-color css

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

 span { border-color: rgb(205,66,17); }

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