Html Css Color HEX #D01F18 Harley Davidson Orange

📋 copy color: '#D01F18'

red 208 ◦ green 31 ◦ blue 24

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

Shades of Harley Davidson Orange #D01F18

Tints of Harley Davidson Orange #D01F18

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.79%

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

R = 79.09%
G = 11.79%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D01F18 (or 0xD01F18) is known color: Harley Davidson Orange. HEX triplet: D0, 1F and 18. RGB value is (208,31,24). Sum of RGB (Red+Green+Blue) = 208+31+24=263 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.09% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01F18 is #2FE0E7. Grayscale: #535353. Windows color (decimal): -3137768 or 1581008. OLE color: 1581008.

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

Color convert

RGB 208 31 24 -
CMYK 0 0.85 0.88 0.18
HSL 2.28º 0.79% 0.45% -
HSV(B) 2.28º 0.88% 0.82% -
XYZ 26.67 14.46 2.25 -
YUV 83.13 94.64 217.07 -
System Red Green Blue C M Y K H S L
Decimal 208 31 24 0 0.85 0.88 0.18 2.28 0.79 0.45
Hex D0 1F 18 0 55 58 12 2 4F 2D
Octal 320 37 30 0 125 130 22 2 117 55
Binary 11010000 11111 11000 0 1010101 1011000 10010 10 1001111 101101

Color Harmonies of #D01F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F18

Black with #D01F18

Text Example


Text Example

White with #D01F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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