Html Css Color HEX #D42911 Harley Davidson Orange

📋 copy color: '#D42911'

red 212 ◦ green 41 ◦ blue 17

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

Shades of Harley Davidson Orange #D42911

Tints of Harley Davidson Orange #D42911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.3%

R = 78.52%
G = 15.19%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D42911 (or 0xD42911) is known color: Harley Davidson Orange. HEX triplet: D4, 29 and 11. RGB value is (212,41,17). Sum of RGB (Red+Green+Blue) = 212+41+17=270 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.52% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 212 - color contains mainly: red. Hex color #D42911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42911 is #2BD6EE. Grayscale: #595959. Windows color (decimal): -2873071 or 1124820. OLE color: 1124820.

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

Color convert

RGB 212 41 17 -
CMYK 0 0.81 0.92 0.17
HSL 7.38º 0.85% 0.45% -
HSV(B) 7.38º 0.92% 0.83% -
XYZ 28.05 15.62 2.07 -
YUV 89.39 87.15 215.45 -
System Red Green Blue C M Y K H S L
Decimal 212 41 17 0 0.81 0.92 0.17 7.38 0.85 0.45
Hex D4 29 11 0 51 5C 11 7 55 2D
Octal 324 51 21 0 121 134 21 7 125 55
Binary 11010100 101001 10001 0 1010001 1011100 10001 111 1010101 101101

Color Harmonies of #D42911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42911

Black with #D42911

Text Example


Text Example

White with #D42911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42911; }

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

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

background-color css

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

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

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

border-color css

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

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

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