Html Css Color HEX #DA1812 Harley Davidson Orange

📋 copy color: '#DA1812'

red 218 ◦ green 24 ◦ blue 18

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

Shades of Harley Davidson Orange #DA1812

Tints of Harley Davidson Orange #DA1812

RGB

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

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

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

R = 83.85%
G = 9.23%
B = 6.92%

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

#DA1812 (or 0xDA1812) is known color: Harley Davidson Orange. HEX triplet: DA, 18 and 12. RGB value is (218,24,18). Sum of RGB (Red+Green+Blue) = 218+24+18=260 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.85% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1812 is #25E7ED. Grayscale: #515151. Windows color (decimal): -2484206 or 1186010. OLE color: 1186010.

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

Color convert

RGB 218 24 18 -
CMYK 0 0.89 0.92 0.15
HSL 1.8º 0.85% 0.46% -
HSV(B) 1.8º 0.92% 0.85% -
XYZ 29.35 15.6 2.04 -
YUV 81.32 92.27 225.49 -
System Red Green Blue C M Y K H S L
Decimal 218 24 18 0 0.89 0.92 0.15 1.8 0.85 0.46
Hex DA 18 12 0 59 5C F 2 55 2E
Octal 332 30 22 0 131 134 17 2 125 56
Binary 11011010 11000 10010 0 1011001 1011100 1111 10 1010101 101110

Color Harmonies of #DA1812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1812

Black with #DA1812

Text Example


Text Example

White with #DA1812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1812; }

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

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

background-color css

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

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

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

border-color css

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

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

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