Html Css Color HEX #DA2818 Harley Davidson Orange

📋 copy color: '#DA2818'

red 218 ◦ green 40 ◦ blue 24

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

Shades of Harley Davidson Orange #DA2818

Tints of Harley Davidson Orange #DA2818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.51%

R = 77.3%
G = 14.18%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA2818 (or 0xDA2818) is known color: Harley Davidson Orange. HEX triplet: DA, 28 and 18. RGB value is (218,40,24). Sum of RGB (Red+Green+Blue) = 218+40+24=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2818 is #25D7E7. Grayscale: #5B5B5B. Windows color (decimal): -2480104 or 1583322. OLE color: 1583322.

HSL color Cylindrical-coordinate representation of color #DA2818: hue angle of 4.95º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA2818 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 40 24 -
CMYK 0 0.82 0.89 0.15
HSL 4.95º 0.8% 0.47% -
HSV(B) 4.95º 0.89% 0.85% -
XYZ 29.84 16.49 2.47 -
YUV 91.4 89.97 218.3 -
System Red Green Blue C M Y K H S L
Decimal 218 40 24 0 0.82 0.89 0.15 4.95 0.8 0.47
Hex DA 28 18 0 52 59 F 5 50 2F
Octal 332 50 30 0 122 131 17 5 120 57
Binary 11011010 101000 11000 0 1010010 1011001 1111 101 1010000 101111

Color Harmonies of #DA2818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2818

Black with #DA2818

Text Example


Text Example

White with #DA2818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2818; }

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

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

background-color css

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

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

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

border-color css

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

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

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