Html Css Color HEX #DA1913 Harley Davidson Orange

📋 copy color: '#DA1913'

red 218 ◦ green 25 ◦ blue 19

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

Shades of Harley Davidson Orange #DA1913

Tints of Harley Davidson Orange #DA1913

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.54%

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

R = 83.21%
G = 9.54%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA1913 (or 0xDA1913) is known color: Harley Davidson Orange. HEX triplet: DA, 19 and 13. RGB value is (218,25,19). Sum of RGB (Red+Green+Blue) = 218+25+19=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1913 is #25E6EC. Grayscale: #525252. Windows color (decimal): -2483949 or 1251802. OLE color: 1251802.

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

Color convert

RGB 218 25 19 -
CMYK 0 0.89 0.91 0.15
HSL 1.81º 0.84% 0.46% -
HSV(B) 1.81º 0.91% 0.85% -
XYZ 29.38 15.65 2.09 -
YUV 82.02 92.44 224.99 -
System Red Green Blue C M Y K H S L
Decimal 218 25 19 0 0.89 0.91 0.15 1.81 0.84 0.46
Hex DA 19 13 0 59 5B F 2 54 2E
Octal 332 31 23 0 131 133 17 2 124 56
Binary 11011010 11001 10011 0 1011001 1011011 1111 10 1010100 101110

Color Harmonies of #DA1913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1913

Black with #DA1913

Text Example


Text Example

White with #DA1913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1913; }

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

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

background-color css

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

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

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

border-color css

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

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

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