Html Css Color HEX #DA1712 Harley Davidson Orange

📋 copy color: '#DA1712'

red 218 ◦ green 23 ◦ blue 18

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

Shades of Harley Davidson Orange #DA1712

Tints of Harley Davidson Orange #DA1712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.95%

R = 84.17%
G = 8.88%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA1712 (or 0xDA1712) is known color: Harley Davidson Orange. HEX triplet: DA, 17 and 12. RGB value is (218,23,18). Sum of RGB (Red+Green+Blue) = 218+23+18=259 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.17% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1712 is #25E8ED. Grayscale: #505050. Windows color (decimal): -2484462 or 1185754. OLE color: 1185754.

HSL color Cylindrical-coordinate representation of color #DA1712: hue angle of 1.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA1712 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 23 18 -
CMYK 0 0.89 0.92 0.15
HSL 1.5º 0.85% 0.46% -
HSV(B) 1.5º 0.92% 0.85% -
XYZ 29.33 15.56 2.03 -
YUV 80.74 92.6 225.91 -
System Red Green Blue C M Y K H S L
Decimal 218 23 18 0 0.89 0.92 0.15 1.5 0.85 0.46
Hex DA 17 12 0 59 5C F 2 55 2E
Octal 332 27 22 0 131 134 17 2 125 56
Binary 11011010 10111 10010 0 1011001 1011100 1111 10 1010101 101110

Color Harmonies of #DA1712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1712

Black with #DA1712

Text Example


Text Example

White with #DA1712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1712; }

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

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

background-color css

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

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

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

border-color css

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

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

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