Html Css Color HEX #D44812 Harley Davidson Orange

📋 copy color: '#D44812'

red 212 ◦ green 72 ◦ blue 18

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

Shades of Harley Davidson Orange #D44812

Tints of Harley Davidson Orange #D44812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.84%

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

R = 70.2%
G = 23.84%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D44812 (or 0xD44812) is known color: Harley Davidson Orange. HEX triplet: D4, 48 and 12. RGB value is (212,72,18). Sum of RGB (Red+Green+Blue) = 212+72+18=302 (40% of max value = 765). Red value is 212 (83.20% from 255 or 70.20% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 212 - color contains mainly: red. Hex color #D44812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44812 is #2BB7ED. Grayscale: #6C6C6C. Windows color (decimal): -2865134 or 1198292. OLE color: 1198292.

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

Color convert

RGB 212 72 18 -
CMYK 0 0.66 0.92 0.17
HSL 16.7º 0.84% 0.45% -
HSV(B) 16.7º 0.92% 0.83% -
XYZ 29.58 18.68 2.62 -
YUV 107.7 77.38 202.39 -
System Red Green Blue C M Y K H S L
Decimal 212 72 18 0 0.66 0.92 0.17 16.7 0.84 0.45
Hex D4 48 12 0 42 5C 11 11 54 2D
Octal 324 110 22 0 102 134 21 21 124 55
Binary 11010100 1001000 10010 0 1000010 1011100 10001 10001 1010100 101101

Color Harmonies of #D44812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44812

Black with #D44812

Text Example


Text Example

White with #D44812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44812; }

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

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

background-color css

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

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

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

border-color css

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

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

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