Html Css Color HEX #DA2415 Harley Davidson Orange

📋 copy color: '#DA2415'

red 218 ◦ green 36 ◦ blue 21

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

Shades of Harley Davidson Orange #DA2415

Tints of Harley Davidson Orange #DA2415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.09%

 BLUE value IS 21 (8.59% from 255) = 7.64%

R = 79.27%
G = 13.09%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA2415 (or 0xDA2415) is known color: Harley Davidson Orange. HEX triplet: DA, 24 and 15. RGB value is (218,36,21). Sum of RGB (Red+Green+Blue) = 218+36+21=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2415 is #25DBEA. Grayscale: #585858. Windows color (decimal): -2481131 or 1385690. OLE color: 1385690.

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

Color convert

RGB 218 36 21 -
CMYK 0 0.83 0.90 0.15
HSL 4.57º 0.82% 0.47% -
HSV(B) 4.57º 0.9% 0.85% -
XYZ 29.68 16.22 2.28 -
YUV 88.71 89.8 220.22 -
System Red Green Blue C M Y K H S L
Decimal 218 36 21 0 0.83 0.90 0.15 4.57 0.82 0.47
Hex DA 24 15 0 53 5A F 5 52 2F
Octal 332 44 25 0 123 132 17 5 122 57
Binary 11011010 100100 10101 0 1010011 1011010 1111 101 1010010 101111

Color Harmonies of #DA2415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2415

Black with #DA2415

Text Example


Text Example

White with #DA2415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2415; }

 p { color: rgb(218,36,21); }

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

background-color css

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

 a { background-color: rgb(218,36,21); }

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

border-color css

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

 span { border-color: rgb(218,36,21); }

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