Html Css Color HEX #DA2012 Harley Davidson Orange

📋 copy color: '#DA2012'

red 218 ◦ green 32 ◦ blue 18

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

Shades of Harley Davidson Orange #DA2012

Tints of Harley Davidson Orange #DA2012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.94%

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

R = 81.34%
G = 11.94%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA2012 (or 0xDA2012) is known color: Harley Davidson Orange. HEX triplet: DA, 20 and 12. RGB value is (218,32,18). Sum of RGB (Red+Green+Blue) = 218+32+18=268 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.34% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2012 is #25DFED. Grayscale: #565656. Windows color (decimal): -2482158 or 1188058. OLE color: 1188058.

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

Color convert

RGB 218 32 18 -
CMYK 0 0.85 0.92 0.15
HSL 4.2º 0.85% 0.46% -
HSV(B) 4.2º 0.92% 0.85% -
XYZ 29.54 15.98 2.1 -
YUV 86.02 89.62 222.14 -
System Red Green Blue C M Y K H S L
Decimal 218 32 18 0 0.85 0.92 0.15 4.2 0.85 0.46
Hex DA 20 12 0 55 5C F 4 55 2E
Octal 332 40 22 0 125 134 17 4 125 56
Binary 11011010 100000 10010 0 1010101 1011100 1111 100 1010101 101110

Color Harmonies of #DA2012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2012

Black with #DA2012

Text Example


Text Example

White with #DA2012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2012; }

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

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

background-color css

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

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

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

border-color css

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

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

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