Html Css Color HEX #DA1813 Harley Davidson Orange

📋 copy color: '#DA1813'

red 218 ◦ green 24 ◦ blue 19

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

Shades of Harley Davidson Orange #DA1813

Tints of Harley Davidson Orange #DA1813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.2%

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

R = 83.52%
G = 9.2%
B = 7.28%

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

#DA1813 (or 0xDA1813) is known color: Harley Davidson Orange. HEX triplet: DA, 18 and 13. RGB value is (218,24,19). Sum of RGB (Red+Green+Blue) = 218+24+19=261 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.52% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1813 is #25E7EC. Grayscale: #515151. Windows color (decimal): -2484205 or 1251546. OLE color: 1251546.

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

Color convert

RGB 218 24 19 -
CMYK 0 0.89 0.91 0.15
HSL 1.51º 0.84% 0.46% -
HSV(B) 1.51º 0.91% 0.85% -
XYZ 29.36 15.61 2.08 -
YUV 81.44 92.77 225.41 -
System Red Green Blue C M Y K H S L
Decimal 218 24 19 0 0.89 0.91 0.15 1.51 0.84 0.46
Hex DA 18 13 0 59 5B F 2 54 2E
Octal 332 30 23 0 131 133 17 2 124 56
Binary 11011010 11000 10011 0 1011001 1011011 1111 10 1010100 101110

Color Harmonies of #DA1813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1813

Black with #DA1813

Text Example


Text Example

White with #DA1813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1813; }

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

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

background-color css

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

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

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

border-color css

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

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

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