#D62208

Color #D62208 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #D62208

Tints of Harley Davidson Orange #D62208

Color information

#D62208 (or 0xD62208) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 22 and 08. RGB value is (214,34,8). Sum of RGB (Red+Green+Blue) = 214+34+8=256 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.59% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 214 - color contains mainly: red. Hex color #D62208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62208 is #29DDF7. Grayscale: #555555. Windows color (decimal): -2743800 or 533206. OLE color: 533206.

HSL color Cylindrical-coordinate representation of color #D62208: hue angle of 7.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D62208 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB214348-
CMYK00.840.960.16
HSL7.57º92.79%43.53%-
HSV(B)7.57º96.26%83.92%-
XYZ28.3515.461.72-
YUV84.8684.63220.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 83.59%
GREEN value IS 34 (13.67% from 255) = 13.28%
BLUE value IS 8 (3.52% from 255) = 3.12%
R=83.59%
G=13.28%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21434800.840.960.167.5792.7943.53
HexD6228054601085d2c
Octal32642100124140201013554
Binary1101011010001010000101010011000001000010001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62208; }

 p { color: rgb(214,34,8); }

 H1.HeaderClassName
 {
   color: #D62208;
 }
 .AnyTagClassName
 {
   color: #D62208;
 }
</style>
background-color css

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

 a { background-color: rgb(214,34,8); }

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

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

 span { border-color: rgb(214,34,8); }

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