Html Css Color HEX #D03718 Harley Davidson Orange

📋 copy color: '#D03718'

red 208 ◦ green 55 ◦ blue 24

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

Shades of Harley Davidson Orange #D03718

Tints of Harley Davidson Orange #D03718

RGB

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

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

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

R = 72.47%
G = 19.16%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D03718 (or 0xD03718) is known color: Harley Davidson Orange. HEX triplet: D0, 37 and 18. RGB value is (208,55,24). Sum of RGB (Red+Green+Blue) = 208+55+24=287 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.47% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 208 - color contains mainly: red. Hex color #D03718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03718 is #2FC8E7. Grayscale: #616161. Windows color (decimal): -3131624 or 1587152. OLE color: 1587152.

HSL color Cylindrical-coordinate representation of color #D03718: hue angle of 10.11º 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 #D03718 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 55 24 -
CMYK 0 0.74 0.88 0.18
HSL 10.11º 0.79% 0.45% -
HSV(B) 10.11º 0.88% 0.82% -
XYZ 27.54 16.21 2.54 -
YUV 97.21 86.69 207.02 -
System Red Green Blue C M Y K H S L
Decimal 208 55 24 0 0.74 0.88 0.18 10.11 0.79 0.45
Hex D0 37 18 0 4A 58 12 A 4F 2D
Octal 320 67 30 0 112 130 22 12 117 55
Binary 11010000 110111 11000 0 1001010 1011000 10010 1010 1001111 101101

Color Harmonies of #D03718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03718

Black with #D03718

Text Example


Text Example

White with #D03718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03718; }

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

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

background-color css

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

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

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

border-color css

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

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

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