Html Css Color HEX #DA1713 Harley Davidson Orange

📋 copy color: '#DA1713'

red 218 ◦ green 23 ◦ blue 19

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

Shades of Harley Davidson Orange #DA1713

Tints of Harley Davidson Orange #DA1713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.85%

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

R = 83.85%
G = 8.85%
B = 7.31%

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

#DA1713 (or 0xDA1713) is known color: Harley Davidson Orange. HEX triplet: DA, 17 and 13. RGB value is (218,23,19). Sum of RGB (Red+Green+Blue) = 218+23+19=260 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.85% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1713 is #25E8EC. Grayscale: #515151. Windows color (decimal): -2484461 or 1251290. OLE color: 1251290.

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

Color convert

RGB 218 23 19 -
CMYK 0 0.89 0.91 0.15
HSL 1.21º 0.84% 0.46% -
HSV(B) 1.21º 0.91% 0.85% -
XYZ 29.34 15.57 2.07 -
YUV 80.85 93.1 225.83 -
System Red Green Blue C M Y K H S L
Decimal 218 23 19 0 0.89 0.91 0.15 1.21 0.84 0.46
Hex DA 17 13 0 59 5B F 1 54 2E
Octal 332 27 23 0 131 133 17 1 124 56
Binary 11011010 10111 10011 0 1011001 1011011 1111 1 1010100 101110

Color Harmonies of #DA1713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1713

Black with #DA1713

Text Example


Text Example

White with #DA1713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1713; }

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

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

background-color css

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

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

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

border-color css

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

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

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