Html Css Color HEX #D01D13 Harley Davidson Orange

📋 copy color: '#D01D13'

red 208 ◦ green 29 ◦ blue 19

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

Shades of Harley Davidson Orange #D01D13

Tints of Harley Davidson Orange #D01D13

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.33%

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

R = 81.25%
G = 11.33%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D01D13 (or 0xD01D13) is known color: Harley Davidson Orange. HEX triplet: D0, 1D and 13. RGB value is (208,29,19). Sum of RGB (Red+Green+Blue) = 208+29+19=256 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.25% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01D13 is #2FE2EC. Grayscale: #515151. Windows color (decimal): -3138285 or 1252816. OLE color: 1252816.

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

Color convert

RGB 208 29 19 -
CMYK 0 0.86 0.91 0.18
HSL 3.17º 0.83% 0.45% -
HSV(B) 3.17º 0.91% 0.82% -
XYZ 26.57 14.34 1.98 -
YUV 81.38 92.8 218.31 -
System Red Green Blue C M Y K H S L
Decimal 208 29 19 0 0.86 0.91 0.18 3.17 0.83 0.45
Hex D0 1D 13 0 56 5B 12 3 53 2D
Octal 320 35 23 0 126 133 22 3 123 55
Binary 11010000 11101 10011 0 1010110 1011011 10010 11 1010011 101101

Color Harmonies of #D01D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D13

Black with #D01D13

Text Example


Text Example

White with #D01D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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