Html Css Color HEX #DA2813 Harley Davidson Orange

📋 copy color: '#DA2813'

red 218 ◦ green 40 ◦ blue 19

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

Shades of Harley Davidson Orange #DA2813

Tints of Harley Davidson Orange #DA2813

RGB

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

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

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

R = 78.7%
G = 14.44%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA2813 (or 0xDA2813) is known color: Harley Davidson Orange. HEX triplet: DA, 28 and 13. RGB value is (218,40,19). Sum of RGB (Red+Green+Blue) = 218+40+19=277 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.70% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2813 is #25D7EC. Grayscale: #5B5B5B. Windows color (decimal): -2480109 or 1255642. OLE color: 1255642.

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

Color convert

RGB 218 40 19 -
CMYK 0 0.82 0.91 0.15
HSL 6.33º 0.84% 0.46% -
HSV(B) 6.33º 0.91% 0.85% -
XYZ 29.79 16.47 2.23 -
YUV 90.83 87.47 218.71 -
System Red Green Blue C M Y K H S L
Decimal 218 40 19 0 0.82 0.91 0.15 6.33 0.84 0.46
Hex DA 28 13 0 52 5B F 6 54 2E
Octal 332 50 23 0 122 133 17 6 124 56
Binary 11011010 101000 10011 0 1010010 1011011 1111 110 1010100 101110

Color Harmonies of #DA2813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2813

Black with #DA2813

Text Example


Text Example

White with #DA2813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2813; }

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

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

background-color css

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

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

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

border-color css

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

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

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