Html Css Color HEX #DA2B13 Harley Davidson Orange

📋 copy color: '#DA2B13'

red 218 ◦ green 43 ◦ blue 19

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

Shades of Harley Davidson Orange #DA2B13

Tints of Harley Davidson Orange #DA2B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.79%

R = 77.86%
G = 15.36%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA2B13 (or 0xDA2B13) is known color: Harley Davidson Orange. HEX triplet: DA, 2B and 13. RGB value is (218,43,19). Sum of RGB (Red+Green+Blue) = 218+43+19=280 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.86% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2B13 is #25D4EC. Grayscale: #5C5C5C. Windows color (decimal): -2479341 or 1256410. OLE color: 1256410.

HSL color Cylindrical-coordinate representation of color #DA2B13: hue angle of 7.24º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA2B13 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 43 19 -
CMYK 0 0.80 0.91 0.15
HSL 7.24º 0.84% 0.46% -
HSV(B) 7.24º 0.91% 0.85% -
XYZ 29.89 16.68 2.26 -
YUV 92.59 86.48 217.45 -
System Red Green Blue C M Y K H S L
Decimal 218 43 19 0 0.80 0.91 0.15 7.24 0.84 0.46
Hex DA 2B 13 0 50 5B F 7 54 2E
Octal 332 53 23 0 120 133 17 7 124 56
Binary 11011010 101011 10011 0 1010000 1011011 1111 111 1010100 101110

Color Harmonies of #DA2B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2B13

Black with #DA2B13

Text Example


Text Example

White with #DA2B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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