Html Css Color HEX #D42611 Harley Davidson Orange

📋 copy color: '#D42611'

red 212 ◦ green 38 ◦ blue 17

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

Shades of Harley Davidson Orange #D42611

Tints of Harley Davidson Orange #D42611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.23%

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

R = 79.4%
G = 14.23%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D42611 (or 0xD42611) is known color: Harley Davidson Orange. HEX triplet: D4, 26 and 11. RGB value is (212,38,17). Sum of RGB (Red+Green+Blue) = 212+38+17=267 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.40% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 212 - color contains mainly: red. Hex color #D42611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42611 is #2BD9EE. Grayscale: #575757. Windows color (decimal): -2873839 or 1124052. OLE color: 1124052.

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

Color convert

RGB 212 38 17 -
CMYK 0 0.82 0.92 0.17
HSL 6.46º 0.85% 0.45% -
HSV(B) 6.46º 0.92% 0.83% -
XYZ 27.95 15.42 2.03 -
YUV 87.63 88.15 216.71 -
System Red Green Blue C M Y K H S L
Decimal 212 38 17 0 0.82 0.92 0.17 6.46 0.85 0.45
Hex D4 26 11 0 52 5C 11 6 55 2D
Octal 324 46 21 0 122 134 21 6 125 55
Binary 11010100 100110 10001 0 1010010 1011100 10001 110 1010101 101101

Color Harmonies of #D42611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42611

Black with #D42611

Text Example


Text Example

White with #D42611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42611; }

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

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

background-color css

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

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

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

border-color css

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

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

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