Html Css Color HEX #D03F24 Harley Davidson Orange

📋 copy color: '#D03F24'

red 208 ◦ green 63 ◦ blue 36

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

Shades of Harley Davidson Orange #D03F24

Tints of Harley Davidson Orange #D03F24

RGB

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

 GREEN value IS 63 (25% from 255) = 20.52%

 BLUE value IS 36 (14.45% from 255) = 11.73%

R = 67.75%
G = 20.52%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D03F24 (or 0xD03F24) is known color: Harley Davidson Orange. HEX triplet: D0, 3F and 24. RGB value is (208,63,36). Sum of RGB (Red+Green+Blue) = 208+63+36=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03F24 is #2FC0DB. Grayscale: #676767. Windows color (decimal): -3129564 or 2375632. OLE color: 2375632.

HSL color Cylindrical-coordinate representation of color #D03F24: hue angle of 9.42º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D03F24 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 63 36 -
CMYK 0 0.70 0.83 0.18
HSL 9.42º 0.7% 0.48% -
HSV(B) 9.42º 0.83% 0.82% -
XYZ 28.11 17.09 3.49 -
YUV 103.28 90.04 202.7 -
System Red Green Blue C M Y K H S L
Decimal 208 63 36 0 0.70 0.83 0.18 9.42 0.7 0.48
Hex D0 3F 24 0 46 53 12 9 46 30
Octal 320 77 44 0 106 123 22 11 106 60
Binary 11010000 111111 100100 0 1000110 1010011 10010 1001 1000110 110000

Color Harmonies of #D03F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03F24

Black with #D03F24

Text Example


Text Example

White with #D03F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03F24; }

 p { color: rgb(208,63,36); }

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

background-color css

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

 a { background-color: rgb(208,63,36); }

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

border-color css

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

 span { border-color: rgb(208,63,36); }

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