Html Css Color HEX #D01913 Harley Davidson Orange

📋 copy color: '#D01913'

red 208 ◦ green 25 ◦ blue 19

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

Shades of Harley Davidson Orange #D01913

Tints of Harley Davidson Orange #D01913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 82.54%
G = 9.92%
B = 7.54%

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

#D01913 (or 0xD01913) is known color: Harley Davidson Orange. HEX triplet: D0, 19 and 13. RGB value is (208,25,19). Sum of RGB (Red+Green+Blue) = 208+25+19=252 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.54% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 208 - color contains mainly: red. Hex color #D01913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01913 is #2FE6EC. Grayscale: #4F4F4F. Windows color (decimal): -3139309 or 1251792. OLE color: 1251792.

HSL color Cylindrical-coordinate representation of color #D01913: hue angle of 1.9º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01913 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 25 19 -
CMYK 0 0.88 0.91 0.18
HSL 1.9º 0.83% 0.45% -
HSV(B) 1.9º 0.91% 0.82% -
XYZ 26.48 14.15 1.95 -
YUV 79.03 94.13 219.99 -
System Red Green Blue C M Y K H S L
Decimal 208 25 19 0 0.88 0.91 0.18 1.9 0.83 0.45
Hex D0 19 13 0 58 5B 12 2 53 2D
Octal 320 31 23 0 130 133 22 2 123 55
Binary 11010000 11001 10011 0 1011000 1011011 10010 10 1010011 101101

Color Harmonies of #D01913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01913

Black with #D01913

Text Example


Text Example

White with #D01913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01913; }

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

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

background-color css

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

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

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

border-color css

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

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

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