Html Css Color HEX #D03712 Harley Davidson Orange

📋 copy color: '#D03712'

red 208 ◦ green 55 ◦ blue 18

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

Shades of Harley Davidson Orange #D03712

Tints of Harley Davidson Orange #D03712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.57%

 BLUE value IS 18 (7.42% from 255) = 6.41%

R = 74.02%
G = 19.57%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D03712 (or 0xD03712) is known color: Harley Davidson Orange. HEX triplet: D0, 37 and 12. RGB value is (208,55,18). Sum of RGB (Red+Green+Blue) = 208+55+18=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D03712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03712 is #2FC8ED. Grayscale: #606060. Windows color (decimal): -3131630 or 1193936. OLE color: 1193936.

HSL color Cylindrical-coordinate representation of color #D03712: hue angle of 11.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D03712 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 55 18 -
CMYK 0 0.74 0.91 0.18
HSL 11.68º 0.84% 0.44% -
HSV(B) 11.68º 0.91% 0.82% -
XYZ 27.49 16.19 2.25 -
YUV 96.53 83.69 207.51 -
System Red Green Blue C M Y K H S L
Decimal 208 55 18 0 0.74 0.91 0.18 11.68 0.84 0.44
Hex D0 37 12 0 4A 5B 12 C 54 2C
Octal 320 67 22 0 112 133 22 14 124 54
Binary 11010000 110111 10010 0 1001010 1011011 10010 1100 1010100 101100

Color Harmonies of #D03712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03712

Black with #D03712

Text Example


Text Example

White with #D03712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03712; }

 p { color: rgb(208,55,18); }

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

background-color css

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

 a { background-color: rgb(208,55,18); }

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

border-color css

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

 span { border-color: rgb(208,55,18); }

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