Html Css Color HEX #D01F15 Harley Davidson Orange

📋 copy color: '#D01F15'

red 208 ◦ green 31 ◦ blue 21

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

Shades of Harley Davidson Orange #D01F15

Tints of Harley Davidson Orange #D01F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.08%

R = 80%
G = 11.92%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D01F15 (or 0xD01F15) is known color: Harley Davidson Orange. HEX triplet: D0, 1F and 15. RGB value is (208,31,21). Sum of RGB (Red+Green+Blue) = 208+31+21=260 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01F15 is #2FE0EA. Grayscale: #535353. Windows color (decimal): -3137771 or 1384400. OLE color: 1384400.

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

Color convert

RGB 208 31 21 -
CMYK 0 0.85 0.90 0.18
HSL 3.21º 0.82% 0.45% -
HSV(B) 3.21º 0.9% 0.82% -
XYZ 26.64 14.44 2.09 -
YUV 82.78 93.14 217.31 -
System Red Green Blue C M Y K H S L
Decimal 208 31 21 0 0.85 0.90 0.18 3.21 0.82 0.45
Hex D0 1F 15 0 55 5A 12 3 52 2D
Octal 320 37 25 0 125 132 22 3 122 55
Binary 11010000 11111 10101 0 1010101 1011010 10010 11 1010010 101101

Color Harmonies of #D01F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F15

Black with #D01F15

Text Example


Text Example

White with #D01F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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