Html Css Color HEX #D43412 Harley Davidson Orange

📋 copy color: '#D43412'

red 212 ◦ green 52 ◦ blue 18

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

Shades of Harley Davidson Orange #D43412

Tints of Harley Davidson Orange #D43412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.44%

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

R = 75.18%
G = 18.44%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D43412 (or 0xD43412) is known color: Harley Davidson Orange. HEX triplet: D4, 34 and 12. RGB value is (212,52,18). Sum of RGB (Red+Green+Blue) = 212+52+18=282 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.18% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 212 - color contains mainly: red. Hex color #D43412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43412 is #2BCBED. Grayscale: #606060. Windows color (decimal): -2870254 or 1193172. OLE color: 1193172.

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

Color convert

RGB 212 52 18 -
CMYK 0 0.75 0.92 0.17
HSL 10.52º 0.84% 0.45% -
HSV(B) 10.52º 0.92% 0.83% -
XYZ 28.49 16.5 2.25 -
YUV 95.96 84.01 210.76 -
System Red Green Blue C M Y K H S L
Decimal 212 52 18 0 0.75 0.92 0.17 10.52 0.84 0.45
Hex D4 34 12 0 4B 5C 11 B 54 2D
Octal 324 64 22 0 113 134 21 13 124 55
Binary 11010100 110100 10010 0 1001011 1011100 10001 1011 1010100 101101

Color Harmonies of #D43412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43412

Black with #D43412

Text Example


Text Example

White with #D43412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43412; }

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

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

background-color css

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

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

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

border-color css

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

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

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