Html Css Color HEX #D01F02 Harley Davidson Orange

📋 copy color: '#D01F02'

red 208 ◦ green 31 ◦ blue 2

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

Shades of Harley Davidson Orange #D01F02

Tints of Harley Davidson Orange #D01F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 86.31%
G = 12.86%
B = 0.83%

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

#D01F02 (or 0xD01F02) is known color: Harley Davidson Orange. HEX triplet: D0, 1F and 02. RGB value is (208,31,2). Sum of RGB (Red+Green+Blue) = 208+31+2=241 (31% of max value = 765). Red value is 208 (81.64% from 255 or 86.31% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01F02 is #2FE0FD. Grayscale: #505050. Windows color (decimal): -3137790 or 139216. OLE color: 139216.

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

Color convert

RGB 208 31 2 -
CMYK 0 0.85 0.99 0.18
HSL 8.45º 0.98% 0.41% -
HSV(B) 8.45º 0.99% 0.82% -
XYZ 26.51 14.39 1.44 -
YUV 80.62 83.64 218.86 -
System Red Green Blue C M Y K H S L
Decimal 208 31 2 0 0.85 0.99 0.18 8.45 0.98 0.41
Hex D0 1F 2 0 55 63 12 8 62 29
Octal 320 37 2 0 125 143 22 10 142 51
Binary 11010000 11111 10 0 1010101 1100011 10010 1000 1100010 101001

Color Harmonies of #D01F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F02

Black with #D01F02

Text Example


Text Example

White with #D01F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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