Html Css Color HEX #DA2308 Harley Davidson Orange

📋 copy color: '#DA2308'

red 218 ◦ green 35 ◦ blue 8

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

Shades of Harley Davidson Orange #DA2308

Tints of Harley Davidson Orange #DA2308

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.41%

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

R = 83.52%
G = 13.41%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA2308 (or 0xDA2308) is known color: Harley Davidson Orange. HEX triplet: DA, 23 and 08. RGB value is (218,35,8). Sum of RGB (Red+Green+Blue) = 218+35+8=261 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.52% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2308 is #25DCF7. Grayscale: #565656. Windows color (decimal): -2481400 or 533466. OLE color: 533466.

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

Color convert

RGB 218 35 8 -
CMYK 0 0.84 0.96 0.15
HSL 7.71º 0.93% 0.44% -
HSV(B) 7.71º 0.96% 0.85% -
XYZ 29.56 16.13 1.78 -
YUV 86.64 83.63 221.7 -
System Red Green Blue C M Y K H S L
Decimal 218 35 8 0 0.84 0.96 0.15 7.71 0.93 0.44
Hex DA 23 8 0 54 60 F 8 5D 2C
Octal 332 43 10 0 124 140 17 10 135 54
Binary 11011010 100011 1000 0 1010100 1100000 1111 1000 1011101 101100

Color Harmonies of #DA2308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2308

Black with #DA2308

Text Example


Text Example

White with #DA2308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2308; }

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

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

background-color css

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

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

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

border-color css

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

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

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