Html Css Color HEX #D02F06 Harley Davidson Orange

📋 copy color: '#D02F06'

red 208 ◦ green 47 ◦ blue 6

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

Shades of Harley Davidson Orange #D02F06

Tints of Harley Davidson Orange #D02F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.3%

R = 79.69%
G = 18.01%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D02F06 (or 0xD02F06) is known color: Harley Davidson Orange. HEX triplet: D0, 2F and 06. RGB value is (208,47,6). Sum of RGB (Red+Green+Blue) = 208+47+6=261 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.69% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02F06 is #2FD0F9. Grayscale: #5A5A5A. Windows color (decimal): -3133690 or 405456. OLE color: 405456.

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

Color convert

RGB 208 47 6 -
CMYK 0 0.77 0.97 0.18
HSL 12.18º 0.94% 0.42% -
HSV(B) 12.18º 0.97% 0.82% -
XYZ 27.06 15.46 1.73 -
YUV 90.47 80.34 211.83 -
System Red Green Blue C M Y K H S L
Decimal 208 47 6 0 0.77 0.97 0.18 12.18 0.94 0.42
Hex D0 2F 6 0 4D 61 12 C 5E 2A
Octal 320 57 6 0 115 141 22 14 136 52
Binary 11010000 101111 110 0 1001101 1100001 10010 1100 1011110 101010

Color Harmonies of #D02F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F06

Black with #D02F06

Text Example


Text Example

White with #D02F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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