Html Css Color HEX #DA2718 Harley Davidson Orange

📋 copy color: '#DA2718'

red 218 ◦ green 39 ◦ blue 24

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

Shades of Harley Davidson Orange #DA2718

Tints of Harley Davidson Orange #DA2718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.88%

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

R = 77.58%
G = 13.88%
B = 8.54%

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

#DA2718 (or 0xDA2718) is known color: Harley Davidson Orange. HEX triplet: DA, 27 and 18. RGB value is (218,39,24). Sum of RGB (Red+Green+Blue) = 218+39+24=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2718 is #25D8E7. Grayscale: #5B5B5B. Windows color (decimal): -2480360 or 1583066. OLE color: 1583066.

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

Color convert

RGB 218 39 24 -
CMYK 0 0.82 0.89 0.15
HSL 4.64º 0.8% 0.47% -
HSV(B) 4.64º 0.89% 0.85% -
XYZ 29.8 16.42 2.46 -
YUV 90.81 90.3 218.72 -
System Red Green Blue C M Y K H S L
Decimal 218 39 24 0 0.82 0.89 0.15 4.64 0.8 0.47
Hex DA 27 18 0 52 59 F 5 50 2F
Octal 332 47 30 0 122 131 17 5 120 57
Binary 11011010 100111 11000 0 1010010 1011001 1111 101 1010000 101111

Color Harmonies of #DA2718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2718

Black with #DA2718

Text Example


Text Example

White with #DA2718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2718; }

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

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

background-color css

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

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

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

border-color css

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

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

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