Html Css Color HEX #D43112 Harley Davidson Orange

📋 copy color: '#D43112'

red 212 ◦ green 49 ◦ blue 18

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

Shades of Harley Davidson Orange #D43112

Tints of Harley Davidson Orange #D43112

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.56%

 BLUE value IS 18 (7.42% from 255) = 6.45%

R = 75.99%
G = 17.56%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D43112 (or 0xD43112) is known color: Harley Davidson Orange. HEX triplet: D4, 31 and 12. RGB value is (212,49,18). Sum of RGB (Red+Green+Blue) = 212+49+18=279 (36% of max value = 765). Red value is 212 (83.20% from 255 or 75.99% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 212 - color contains mainly: red. Hex color #D43112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43112 is #2BCEED. Grayscale: #5E5E5E. Windows color (decimal): -2871022 or 1192404. OLE color: 1192404.

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

Color convert

RGB 212 49 18 -
CMYK 0 0.77 0.92 0.17
HSL 9.59º 0.84% 0.45% -
HSV(B) 9.59º 0.92% 0.83% -
XYZ 28.36 16.24 2.21 -
YUV 94.2 85 212.02 -
System Red Green Blue C M Y K H S L
Decimal 212 49 18 0 0.77 0.92 0.17 9.59 0.84 0.45
Hex D4 31 12 0 4D 5C 11 A 54 2D
Octal 324 61 22 0 115 134 21 12 124 55
Binary 11010100 110001 10010 0 1001101 1011100 10001 1010 1010100 101101

Color Harmonies of #D43112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43112

Black with #D43112

Text Example


Text Example

White with #D43112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43112; }

 p { color: rgb(212,49,18); }

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

background-color css

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

 a { background-color: rgb(212,49,18); }

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

border-color css

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

 span { border-color: rgb(212,49,18); }

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