Html Css Color HEX #DA2008 Harley Davidson Orange

📋 copy color: '#DA2008'

red 218 ◦ green 32 ◦ blue 8

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

Shades of Harley Davidson Orange #DA2008

Tints of Harley Davidson Orange #DA2008

RGB

 RED value IS 218 (85.55% from 255) = 84.5%

 GREEN value IS 32 (12.89% from 255) = 12.4%

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

R = 84.5%
G = 12.4%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA2008 (or 0xDA2008) is known color: Harley Davidson Orange. HEX triplet: DA, 20 and 08. RGB value is (218,32,8). Sum of RGB (Red+Green+Blue) = 218+32+8=258 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.50% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2008 is #25DFF7. Grayscale: #555555. Windows color (decimal): -2482168 or 532698. OLE color: 532698.

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

Color convert

RGB 218 32 8 -
CMYK 0 0.85 0.96 0.15
HSL 6.86º 0.93% 0.44% -
HSV(B) 6.86º 0.96% 0.85% -
XYZ 29.47 15.96 1.76 -
YUV 84.88 84.62 222.95 -
System Red Green Blue C M Y K H S L
Decimal 218 32 8 0 0.85 0.96 0.15 6.86 0.93 0.44
Hex DA 20 8 0 55 60 F 7 5D 2C
Octal 332 40 10 0 125 140 17 7 135 54
Binary 11011010 100000 1000 0 1010101 1100000 1111 111 1011101 101100

Color Harmonies of #DA2008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2008

Black with #DA2008

Text Example


Text Example

White with #DA2008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2008; }

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

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

background-color css

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

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

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

border-color css

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

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

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