Html Css Color HEX #D04C18 Harley Davidson Orange

📋 copy color: '#D04C18'

red 208 ◦ green 76 ◦ blue 24

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

Shades of Harley Davidson Orange #D04C18

Tints of Harley Davidson Orange #D04C18

RGB

 RED value IS 208 (81.64% from 255) = 67.53%

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

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

R = 67.53%
G = 24.68%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D04C18 (or 0xD04C18) is known color: Harley Davidson Orange. HEX triplet: D0, 4C and 18. RGB value is (208,76,24). Sum of RGB (Red+Green+Blue) = 208+76+24=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04C18 is #2FB3E7. Grayscale: #6D6D6D. Windows color (decimal): -3126248 or 1592528. OLE color: 1592528.

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

Color convert

RGB 208 76 24 -
CMYK 0 0.63 0.88 0.18
HSL 16.96º 0.79% 0.45% -
HSV(B) 16.96º 0.88% 0.82% -
XYZ 28.76 18.64 2.95 -
YUV 109.54 79.73 198.23 -
System Red Green Blue C M Y K H S L
Decimal 208 76 24 0 0.63 0.88 0.18 16.96 0.79 0.45
Hex D0 4C 18 0 3F 58 12 11 4F 2D
Octal 320 114 30 0 77 130 22 21 117 55
Binary 11010000 1001100 11000 0 111111 1011000 10010 10001 1001111 101101

Color Harmonies of #D04C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C18

Black with #D04C18

Text Example


Text Example

White with #D04C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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