Html Css Color HEX #DA2808 Harley Davidson Orange

📋 copy color: '#DA2808'

red 218 ◦ green 40 ◦ blue 8

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

Shades of Harley Davidson Orange #DA2808

Tints of Harley Davidson Orange #DA2808

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.04%

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

R = 81.95%
G = 15.04%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA2808 (or 0xDA2808) is known color: Harley Davidson Orange. HEX triplet: DA, 28 and 08. RGB value is (218,40,8). Sum of RGB (Red+Green+Blue) = 218+40+8=266 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.95% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2808 is #25D7F7. Grayscale: #595959. Windows color (decimal): -2480120 or 534746. OLE color: 534746.

HSL color Cylindrical-coordinate representation of color #DA2808: hue angle of 9.14º 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 #DA2808 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 40 8 -
CMYK 0 0.82 0.96 0.15
HSL 9.14º 0.93% 0.44% -
HSV(B) 9.14º 0.96% 0.85% -
XYZ 29.72 16.44 1.84 -
YUV 89.57 81.97 219.6 -
System Red Green Blue C M Y K H S L
Decimal 218 40 8 0 0.82 0.96 0.15 9.14 0.93 0.44
Hex DA 28 8 0 52 60 F 9 5D 2C
Octal 332 50 10 0 122 140 17 11 135 54
Binary 11011010 101000 1000 0 1010010 1100000 1111 1001 1011101 101100

Color Harmonies of #DA2808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2808

Black with #DA2808

Text Example


Text Example

White with #DA2808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2808; }

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

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

background-color css

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

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

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

border-color css

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

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

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