Html Css Color HEX #DA2E13 Harley Davidson Orange

📋 copy color: '#DA2E13'

red 218 ◦ green 46 ◦ blue 19

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

Shades of Harley Davidson Orange #DA2E13

Tints of Harley Davidson Orange #DA2E13

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.25%

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

R = 77.03%
G = 16.25%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA2E13 (or 0xDA2E13) is known color: Harley Davidson Orange. HEX triplet: DA, 2E and 13. RGB value is (218,46,19). Sum of RGB (Red+Green+Blue) = 218+46+19=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2E13 is #25D1EC. Grayscale: #5E5E5E. Windows color (decimal): -2478573 or 1257178. OLE color: 1257178.

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

Color convert

RGB 218 46 19 -
CMYK 0 0.79 0.91 0.15
HSL 8.14º 0.84% 0.46% -
HSV(B) 8.14º 0.91% 0.85% -
XYZ 30.01 16.91 2.3 -
YUV 94.35 85.48 216.2 -
System Red Green Blue C M Y K H S L
Decimal 218 46 19 0 0.79 0.91 0.15 8.14 0.84 0.46
Hex DA 2E 13 0 4F 5B F 8 54 2E
Octal 332 56 23 0 117 133 17 10 124 56
Binary 11011010 101110 10011 0 1001111 1011011 1111 1000 1010100 101110

Color Harmonies of #DA2E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2E13

Black with #DA2E13

Text Example


Text Example

White with #DA2E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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