Html Css Color HEX #D01F13 Harley Davidson Orange

📋 copy color: '#D01F13'

red 208 ◦ green 31 ◦ blue 19

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

Shades of Harley Davidson Orange #D01F13

Tints of Harley Davidson Orange #D01F13

RGB

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

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

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

R = 80.62%
G = 12.02%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D01F13 (or 0xD01F13) is known color: Harley Davidson Orange. HEX triplet: D0, 1F and 13. RGB value is (208,31,19). Sum of RGB (Red+Green+Blue) = 208+31+19=258 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.62% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01F13 is #2FE0EC. Grayscale: #525252. Windows color (decimal): -3137773 or 1253328. OLE color: 1253328.

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

Color convert

RGB 208 31 19 -
CMYK 0 0.85 0.91 0.18
HSL 3.81º 0.83% 0.45% -
HSV(B) 3.81º 0.91% 0.82% -
XYZ 26.62 14.44 2 -
YUV 82.56 92.14 217.48 -
System Red Green Blue C M Y K H S L
Decimal 208 31 19 0 0.85 0.91 0.18 3.81 0.83 0.45
Hex D0 1F 13 0 55 5B 12 4 53 2D
Octal 320 37 23 0 125 133 22 4 123 55
Binary 11010000 11111 10011 0 1010101 1011011 10010 100 1010011 101101

Color Harmonies of #D01F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F13

Black with #D01F13

Text Example


Text Example

White with #D01F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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