Html Css Color HEX #D01912 Harley Davidson Orange

📋 copy color: '#D01912'

red 208 ◦ green 25 ◦ blue 18

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

Shades of Harley Davidson Orange #D01912

Tints of Harley Davidson Orange #D01912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.96%

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

R = 82.87%
G = 9.96%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D01912 (or 0xD01912) is known color: Harley Davidson Orange. HEX triplet: D0, 19 and 12. RGB value is (208,25,18). Sum of RGB (Red+Green+Blue) = 208+25+18=251 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.87% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 208 - color contains mainly: red. Hex color #D01912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01912 is #2FE6ED. Grayscale: #4F4F4F. Windows color (decimal): -3139310 or 1186256. OLE color: 1186256.

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

Color convert

RGB 208 25 18 -
CMYK 0 0.88 0.91 0.18
HSL 2.21º 0.84% 0.44% -
HSV(B) 2.21º 0.91% 0.82% -
XYZ 26.47 14.15 1.91 -
YUV 78.92 93.63 220.07 -
System Red Green Blue C M Y K H S L
Decimal 208 25 18 0 0.88 0.91 0.18 2.21 0.84 0.44
Hex D0 19 12 0 58 5B 12 2 54 2C
Octal 320 31 22 0 130 133 22 2 124 54
Binary 11010000 11001 10010 0 1011000 1011011 10010 10 1010100 101100

Color Harmonies of #D01912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01912

Black with #D01912

Text Example


Text Example

White with #D01912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01912; }

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

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

background-color css

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

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

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

border-color css

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

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

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