Html Css Color HEX #D03618 Harley Davidson Orange

📋 copy color: '#D03618'

red 208 ◦ green 54 ◦ blue 24

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

Shades of Harley Davidson Orange #D03618

Tints of Harley Davidson Orange #D03618

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.88%

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

R = 72.73%
G = 18.88%
B = 8.39%

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

#D03618 (or 0xD03618) is known color: Harley Davidson Orange. HEX triplet: D0, 36 and 18. RGB value is (208,54,24). Sum of RGB (Red+Green+Blue) = 208+54+24=286 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.73% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 208 - color contains mainly: red. Hex color #D03618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03618 is #2FC9E7. Grayscale: #606060. Windows color (decimal): -3131880 or 1586896. OLE color: 1586896.

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

Color convert

RGB 208 54 24 -
CMYK 0 0.74 0.88 0.18
HSL 9.78º 0.79% 0.45% -
HSV(B) 9.78º 0.88% 0.82% -
XYZ 27.5 16.11 2.53 -
YUV 96.63 87.02 207.44 -
System Red Green Blue C M Y K H S L
Decimal 208 54 24 0 0.74 0.88 0.18 9.78 0.79 0.45
Hex D0 36 18 0 4A 58 12 A 4F 2D
Octal 320 66 30 0 112 130 22 12 117 55
Binary 11010000 110110 11000 0 1001010 1011000 10010 1010 1001111 101101

Color Harmonies of #D03618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03618

Black with #D03618

Text Example


Text Example

White with #D03618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03618; }

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

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

background-color css

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

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

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

border-color css

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

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

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