Html Css Color HEX #DA2B15 Harley Davidson Orange

📋 copy color: '#DA2B15'

red 218 ◦ green 43 ◦ blue 21

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

Shades of Harley Davidson Orange #DA2B15

Tints of Harley Davidson Orange #DA2B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.25%

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

R = 77.3%
G = 15.25%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA2B15 (or 0xDA2B15) is known color: Harley Davidson Orange. HEX triplet: DA, 2B and 15. RGB value is (218,43,21). Sum of RGB (Red+Green+Blue) = 218+43+21=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2B15 is #25D4EA. Grayscale: #5D5D5D. Windows color (decimal): -2479339 or 1387482. OLE color: 1387482.

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

Color convert

RGB 218 43 21 -
CMYK 0 0.80 0.90 0.15
HSL 6.7º 0.82% 0.47% -
HSV(B) 6.7º 0.9% 0.85% -
XYZ 29.91 16.69 2.35 -
YUV 92.82 87.48 217.29 -
System Red Green Blue C M Y K H S L
Decimal 218 43 21 0 0.80 0.90 0.15 6.7 0.82 0.47
Hex DA 2B 15 0 50 5A F 7 52 2F
Octal 332 53 25 0 120 132 17 7 122 57
Binary 11011010 101011 10101 0 1010000 1011010 1111 111 1010010 101111

Color Harmonies of #DA2B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2B15

Black with #DA2B15

Text Example


Text Example

White with #DA2B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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