#DA200C

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

Shades of Harley Davidson Orange #DA200C

Tints of Harley Davidson Orange #DA200C

Color information

#DA200C (or 0xDA200C) is unknown color: approx Harley Davidson Orange. HEX triplet: DA, 20 and 0C. RGB value is (218,32,12). Sum of RGB (Red+Green+Blue) = 218+32+12=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA200C is #25DFF3. Grayscale: #555555. Windows color (decimal): -2482164 or 794842. OLE color: 794842.

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

Color convert

RGB2183212-
CMYK00.850.940.15
HSL5.83º89.57%45.1%-
HSV(B)5.83º94.5%85.49%-
XYZ29.515.961.87-
YUV85.3386.62222.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 83.21%
GREEN value IS 32 (12.89% from 255) = 12.21%
BLUE value IS 12 (5.08% from 255) = 4.58%
R=83.21%
G=12.21%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218321200.850.940.155.8389.5745.1
HexDA20C0555EF65a2d
Octal3324014012513617613255
Binary11011010100000110001010101101111011111101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA200C; }

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

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

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

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

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

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

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

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