Html Css Color HEX #D02F08 Harley Davidson Orange

📋 copy color: '#D02F08'

red 208 ◦ green 47 ◦ blue 8

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

Shades of Harley Davidson Orange #D02F08

Tints of Harley Davidson Orange #D02F08

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.87%

 BLUE value IS 8 (3.52% from 255) = 3.04%

R = 79.09%
G = 17.87%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D02F08 (or 0xD02F08) is known color: Harley Davidson Orange. HEX triplet: D0, 2F and 08. RGB value is (208,47,8). Sum of RGB (Red+Green+Blue) = 208+47+8=263 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.09% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02F08 is #2FD0F7. Grayscale: #5B5B5B. Windows color (decimal): -3133688 or 536528. OLE color: 536528.

HSL color Cylindrical-coordinate representation of color #D02F08: hue angle of 11.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D02F08 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 47 8 -
CMYK 0 0.77 0.96 0.18
HSL 11.7º 0.93% 0.42% -
HSV(B) 11.7º 0.96% 0.82% -
XYZ 27.07 15.46 1.79 -
YUV 90.69 81.34 211.67 -
System Red Green Blue C M Y K H S L
Decimal 208 47 8 0 0.77 0.96 0.18 11.7 0.93 0.42
Hex D0 2F 8 0 4D 60 12 C 5D 2A
Octal 320 57 10 0 115 140 22 14 135 52
Binary 11010000 101111 1000 0 1001101 1100000 10010 1100 1011101 101010

Color Harmonies of #D02F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F08

Black with #D02F08

Text Example


Text Example

White with #D02F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F08; }

 p { color: rgb(208,47,8); }

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

background-color css

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

 a { background-color: rgb(208,47,8); }

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

border-color css

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

 span { border-color: rgb(208,47,8); }

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