Html Css Color HEX #D44412 Harley Davidson Orange

📋 copy color: '#D44412'

red 212 ◦ green 68 ◦ blue 18

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

Shades of Harley Davidson Orange #D44412

Tints of Harley Davidson Orange #D44412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.82%

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

R = 71.14%
G = 22.82%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D44412 (or 0xD44412) is known color: Harley Davidson Orange. HEX triplet: D4, 44 and 12. RGB value is (212,68,18). Sum of RGB (Red+Green+Blue) = 212+68+18=298 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.14% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 212 - color contains mainly: red. Hex color #D44412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44412 is #2BBBED. Grayscale: #696969. Windows color (decimal): -2866158 or 1197268. OLE color: 1197268.

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

Color convert

RGB 212 68 18 -
CMYK 0 0.68 0.92 0.17
HSL 15.46º 0.84% 0.45% -
HSV(B) 15.46º 0.92% 0.83% -
XYZ 29.33 18.17 2.53 -
YUV 105.36 78.71 204.07 -
System Red Green Blue C M Y K H S L
Decimal 212 68 18 0 0.68 0.92 0.17 15.46 0.84 0.45
Hex D4 44 12 0 44 5C 11 F 54 2D
Octal 324 104 22 0 104 134 21 17 124 55
Binary 11010100 1000100 10010 0 1000100 1011100 10001 1111 1010100 101101

Color Harmonies of #D44412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44412

Black with #D44412

Text Example


Text Example

White with #D44412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44412; }

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

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

background-color css

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

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

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

border-color css

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

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

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