Html Css Color HEX #D44214 Harley Davidson Orange

📋 copy color: '#D44214'

red 212 ◦ green 66 ◦ blue 20

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

Shades of Harley Davidson Orange #D44214

Tints of Harley Davidson Orange #D44214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.15%

 BLUE value IS 20 (8.2% from 255) = 6.71%

R = 71.14%
G = 22.15%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D44214 (or 0xD44214) is known color: Harley Davidson Orange. HEX triplet: D4, 42 and 14. RGB value is (212,66,20). Sum of RGB (Red+Green+Blue) = 212+66+20=298 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.14% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 212 - color contains mainly: red. Hex color #D44214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44214 is #2BBDEB. Grayscale: #686868. Windows color (decimal): -2866668 or 1327828. OLE color: 1327828.

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

Color convert

RGB 212 66 20 -
CMYK 0 0.69 0.91 0.17
HSL 14.38º 0.83% 0.45% -
HSV(B) 14.38º 0.91% 0.83% -
XYZ 29.23 17.94 2.58 -
YUV 104.41 80.37 204.74 -
System Red Green Blue C M Y K H S L
Decimal 212 66 20 0 0.69 0.91 0.17 14.38 0.83 0.45
Hex D4 42 14 0 45 5B 11 E 53 2D
Octal 324 102 24 0 105 133 21 16 123 55
Binary 11010100 1000010 10100 0 1000101 1011011 10001 1110 1010011 101101

Color Harmonies of #D44214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44214

Black with #D44214

Text Example


Text Example

White with #D44214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44214; }

 p { color: rgb(212,66,20); }

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

background-color css

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

 a { background-color: rgb(212,66,20); }

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

border-color css

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

 span { border-color: rgb(212,66,20); }

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