Html Css Color HEX #D4491E Harley Davidson Orange

📋 copy color: '#D4491E'

red 212 ◦ green 73 ◦ blue 30

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

Shades of Harley Davidson Orange #D4491E

Tints of Harley Davidson Orange #D4491E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.17%

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 67.3%
G = 23.17%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4491E (or 0xD4491E) is known color: Harley Davidson Orange. HEX triplet: D4, 49 and 1E. RGB value is (212,73,30). Sum of RGB (Red+Green+Blue) = 212+73+30=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D4491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4491E is #2BB6E1. Grayscale: #6D6D6D. Windows color (decimal): -2864866 or 1984980. OLE color: 1984980.

HSL color Cylindrical-coordinate representation of color #D4491E: hue angle of 14.18º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4491E is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 73 30 -
CMYK 0 0.66 0.86 0.17
HSL 14.18º 0.75% 0.47% -
HSV(B) 14.18º 0.86% 0.83% -
XYZ 29.77 18.86 3.3 -
YUV 109.66 83.05 201 -
System Red Green Blue C M Y K H S L
Decimal 212 73 30 0 0.66 0.86 0.17 14.18 0.75 0.47
Hex D4 49 1E 0 42 56 11 E 4B 2F
Octal 324 111 36 0 102 126 21 16 113 57
Binary 11010100 1001001 11110 0 1000010 1010110 10001 1110 1001011 101111

Color Harmonies of #D4491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4491E

Black with #D4491E

Text Example


Text Example

White with #D4491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4491E; }

 p { color: rgb(212,73,30); }

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

background-color css

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

 a { background-color: rgb(212,73,30); }

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

border-color css

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

 span { border-color: rgb(212,73,30); }

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