Html Css Color HEX #CD4C18 Harley Davidson Orange

📋 copy color: '#CD4C18'

red 205 ◦ green 76 ◦ blue 24

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

Shades of Harley Davidson Orange #CD4C18

Tints of Harley Davidson Orange #CD4C18

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.92%

 BLUE value IS 24 (9.77% from 255) = 7.87%

R = 67.21%
G = 24.92%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CD4C18 (or 0xCD4C18) is known color: Harley Davidson Orange. HEX triplet: CD, 4C and 18. RGB value is (205,76,24). Sum of RGB (Red+Green+Blue) = 205+76+24=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4C18 is #32B3E7. Grayscale: #6C6C6C. Windows color (decimal): -3322856 or 1592525. OLE color: 1592525.

HSL color Cylindrical-coordinate representation of color #CD4C18: hue angle of 17.24º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD4C18 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 76 24 -
CMYK 0 0.63 0.88 0.20
HSL 17.24º 0.79% 0.45% -
HSV(B) 17.24º 0.88% 0.8% -
XYZ 27.93 18.21 2.91 -
YUV 108.64 80.24 196.73 -
System Red Green Blue C M Y K H S L
Decimal 205 76 24 0 0.63 0.88 0.20 17.24 0.79 0.45
Hex CD 4C 18 0 3F 58 14 11 4F 2D
Octal 315 114 30 0 77 130 24 21 117 55
Binary 11001101 1001100 11000 0 111111 1011000 10100 10001 1001111 101101

Color Harmonies of #CD4C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4C18

Black with #CD4C18

Text Example


Text Example

White with #CD4C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4C18; }

 p { color: rgb(205,76,24); }

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

background-color css

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

 a { background-color: rgb(205,76,24); }

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

border-color css

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

 span { border-color: rgb(205,76,24); }

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