Html Css Color HEX #DA3008 Harley Davidson Orange

📋 copy color: '#DA3008'

red 218 ◦ green 48 ◦ blue 8

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

Shades of Harley Davidson Orange #DA3008

Tints of Harley Davidson Orange #DA3008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.52%

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

R = 79.56%
G = 17.52%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA3008 (or 0xDA3008) is known color: Harley Davidson Orange. HEX triplet: DA, 30 and 08. RGB value is (218,48,8). Sum of RGB (Red+Green+Blue) = 218+48+8=274 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.56% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3008 is #25CFF7. Grayscale: #5E5E5E. Windows color (decimal): -2478072 or 536794. OLE color: 536794.

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

Color convert

RGB 218 48 8 -
CMYK 0 0.78 0.96 0.15
HSL 11.43º 0.93% 0.44% -
HSV(B) 11.43º 0.96% 0.85% -
XYZ 30.01 17.04 1.94 -
YUV 94.27 79.32 216.25 -
System Red Green Blue C M Y K H S L
Decimal 218 48 8 0 0.78 0.96 0.15 11.43 0.93 0.44
Hex DA 30 8 0 4E 60 F B 5D 2C
Octal 332 60 10 0 116 140 17 13 135 54
Binary 11011010 110000 1000 0 1001110 1100000 1111 1011 1011101 101100

Color Harmonies of #DA3008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3008

Black with #DA3008

Text Example


Text Example

White with #DA3008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3008; }

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

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

background-color css

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

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

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

border-color css

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

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

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