Html Css Color HEX #D01813 Harley Davidson Orange

📋 copy color: '#D01813'

red 208 ◦ green 24 ◦ blue 19

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

Shades of Harley Davidson Orange #D01813

Tints of Harley Davidson Orange #D01813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.56%

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

R = 82.87%
G = 9.56%
B = 7.57%

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

#D01813 (or 0xD01813) is known color: Harley Davidson Orange. HEX triplet: D0, 18 and 13. RGB value is (208,24,19). Sum of RGB (Red+Green+Blue) = 208+24+19=251 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.87% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 208 - color contains mainly: red. Hex color #D01813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01813 is #2FE7EC. Grayscale: #4E4E4E. Windows color (decimal): -3139565 or 1251536. OLE color: 1251536.

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

Color convert

RGB 208 24 19 -
CMYK 0 0.88 0.91 0.18
HSL 1.59º 0.83% 0.45% -
HSV(B) 1.59º 0.91% 0.82% -
XYZ 26.46 14.11 1.95 -
YUV 78.45 94.46 220.41 -
System Red Green Blue C M Y K H S L
Decimal 208 24 19 0 0.88 0.91 0.18 1.59 0.83 0.45
Hex D0 18 13 0 58 5B 12 2 53 2D
Octal 320 30 23 0 130 133 22 2 123 55
Binary 11010000 11000 10011 0 1011000 1011011 10010 10 1010011 101101

Color Harmonies of #D01813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01813

Black with #D01813

Text Example


Text Example

White with #D01813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01813; }

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

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

background-color css

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

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

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

border-color css

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

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

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