Html Css Color HEX #D42914 Harley Davidson Orange

📋 copy color: '#D42914'

red 212 ◦ green 41 ◦ blue 20

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

Shades of Harley Davidson Orange #D42914

Tints of Harley Davidson Orange #D42914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.02%

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

R = 77.66%
G = 15.02%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D42914 (or 0xD42914) is known color: Harley Davidson Orange. HEX triplet: D4, 29 and 14. RGB value is (212,41,20). Sum of RGB (Red+Green+Blue) = 212+41+20=273 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.66% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 212 - color contains mainly: red. Hex color #D42914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42914 is #2BD6EB. Grayscale: #595959. Windows color (decimal): -2873068 or 1321428. OLE color: 1321428.

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

Color convert

RGB 212 41 20 -
CMYK 0 0.81 0.91 0.17
HSL 6.56º 0.83% 0.45% -
HSV(B) 6.56º 0.91% 0.83% -
XYZ 28.07 15.63 2.2 -
YUV 89.74 88.65 215.21 -
System Red Green Blue C M Y K H S L
Decimal 212 41 20 0 0.81 0.91 0.17 6.56 0.83 0.45
Hex D4 29 14 0 51 5B 11 7 53 2D
Octal 324 51 24 0 121 133 21 7 123 55
Binary 11010100 101001 10100 0 1010001 1011011 10001 111 1010011 101101

Color Harmonies of #D42914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42914

Black with #D42914

Text Example


Text Example

White with #D42914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42914; }

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

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

background-color css

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

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

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

border-color css

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

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

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