Html Css Color HEX #D44112 Harley Davidson Orange

📋 copy color: '#D44112'

red 212 ◦ green 65 ◦ blue 18

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

Shades of Harley Davidson Orange #D44112

Tints of Harley Davidson Orange #D44112

RGB

 RED value IS 212 (83.2% from 255) = 71.86%

 GREEN value IS 65 (25.78% from 255) = 22.03%

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

R = 71.86%
G = 22.03%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D44112 (or 0xD44112) is known color: Harley Davidson Orange. HEX triplet: D4, 41 and 12. RGB value is (212,65,18). Sum of RGB (Red+Green+Blue) = 212+65+18=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D44112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44112 is #2BBEED. Grayscale: #676767. Windows color (decimal): -2866926 or 1196500. OLE color: 1196500.

HSL color Cylindrical-coordinate representation of color #D44112: hue angle of 14.54º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D44112 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 65 18 -
CMYK 0 0.69 0.92 0.17
HSL 14.54º 0.84% 0.45% -
HSV(B) 14.54º 0.92% 0.83% -
XYZ 29.15 17.82 2.48 -
YUV 103.6 79.7 205.32 -
System Red Green Blue C M Y K H S L
Decimal 212 65 18 0 0.69 0.92 0.17 14.54 0.84 0.45
Hex D4 41 12 0 45 5C 11 F 54 2D
Octal 324 101 22 0 105 134 21 17 124 55
Binary 11010100 1000001 10010 0 1000101 1011100 10001 1111 1010100 101101

Color Harmonies of #D44112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44112

Black with #D44112

Text Example


Text Example

White with #D44112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44112; }

 p { color: rgb(212,65,18); }

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

background-color css

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

 a { background-color: rgb(212,65,18); }

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

border-color css

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

 span { border-color: rgb(212,65,18); }

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