#DA200B

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

Shades of Harley Davidson Orange #DA200B

Tints of Harley Davidson Orange #DA200B

Color information

#DA200B (or 0xDA200B) is unknown color: approx Harley Davidson Orange. HEX triplet: DA, 20 and 0B. RGB value is (218,32,11). Sum of RGB (Red+Green+Blue) = 218+32+11=261 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.52% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 218 - color contains mainly: red. Hex color #DA200B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA200B is #25DFF4. Grayscale: #555555. Windows color (decimal): -2482165 or 729306. OLE color: 729306.

HSL color Cylindrical-coordinate representation of color #DA200B: hue angle of 6.09º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA200B is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB2183211-
CMYK00.850.950.15
HSL6.09º90.39%44.9%-
HSV(B)6.09º94.95%85.49%-
XYZ29.4915.961.84-
YUV85.2286.12222.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 83.52%
GREEN value IS 32 (12.89% from 255) = 12.26%
BLUE value IS 11 (4.69% from 255) = 4.21%
R=83.52%
G=12.26%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218321100.850.950.156.0990.3944.9
HexDA20B0555FF65a2d
Octal3324013012513717613255
Binary11011010100000101101010101101111111111101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA200B; }

 p { color: rgb(218,32,11); }

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

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

 a { background-color: rgb(218,32,11); }

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

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

 span { border-color: rgb(218,32,11); }

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