Html Css Color HEX #D01F03 Harley Davidson Orange

📋 copy color: '#D01F03'

red 208 ◦ green 31 ◦ blue 3

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

Shades of Harley Davidson Orange #D01F03

Tints of Harley Davidson Orange #D01F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.24%

R = 85.95%
G = 12.81%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D01F03 (or 0xD01F03) is known color: Harley Davidson Orange. HEX triplet: D0, 1F and 03. RGB value is (208,31,3). Sum of RGB (Red+Green+Blue) = 208+31+3=242 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.95% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01F03 is #2FE0FC. Grayscale: #515151. Windows color (decimal): -3137789 or 204752. OLE color: 204752.

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

Color convert

RGB 208 31 3 -
CMYK 0 0.85 0.99 0.18
HSL 8.2º 0.97% 0.41% -
HSV(B) 8.2º 0.99% 0.82% -
XYZ 26.52 14.4 1.47 -
YUV 80.73 84.14 218.78 -
System Red Green Blue C M Y K H S L
Decimal 208 31 3 0 0.85 0.99 0.18 8.2 0.97 0.41
Hex D0 1F 3 0 55 63 12 8 61 29
Octal 320 37 3 0 125 143 22 10 141 51
Binary 11010000 11111 11 0 1010101 1100011 10010 1000 1100001 101001

Color Harmonies of #D01F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F03

Black with #D01F03

Text Example


Text Example

White with #D01F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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