Html Css Color HEX #D01F0C Harley Davidson Orange

📋 copy color: '#D01F0C'

red 208 ◦ green 31 ◦ blue 12

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

Shades of Harley Davidson Orange #D01F0C

Tints of Harley Davidson Orange #D01F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.78%

R = 82.87%
G = 12.35%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D01F0C (or 0xD01F0C) is known color: Harley Davidson Orange. HEX triplet: D0, 1F and 0C. RGB value is (208,31,12). Sum of RGB (Red+Green+Blue) = 208+31+12=251 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.87% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01F0C is #2FE0F3. Grayscale: #525252. Windows color (decimal): -3137780 or 794576. OLE color: 794576.

HSL color Cylindrical-coordinate representation of color #D01F0C: hue angle of 5.82º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D01F0C is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 31 12 -
CMYK 0 0.85 0.94 0.18
HSL 5.82º 0.89% 0.43% -
HSV(B) 5.82º 0.94% 0.82% -
XYZ 26.57 14.42 1.73 -
YUV 81.76 88.64 218.04 -
System Red Green Blue C M Y K H S L
Decimal 208 31 12 0 0.85 0.94 0.18 5.82 0.89 0.43
Hex D0 1F C 0 55 5E 12 6 59 2B
Octal 320 37 14 0 125 136 22 6 131 53
Binary 11010000 11111 1100 0 1010101 1011110 10010 110 1011001 101011

Color Harmonies of #D01F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F0C

Black with #D01F0C

Text Example


Text Example

White with #D01F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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