Html Css Color HEX #D43912 Harley Davidson Orange

📋 copy color: '#D43912'

red 212 ◦ green 57 ◦ blue 18

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

Shades of Harley Davidson Orange #D43912

Tints of Harley Davidson Orange #D43912

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.86%

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

R = 73.87%
G = 19.86%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D43912 (or 0xD43912) is known color: Harley Davidson Orange. HEX triplet: D4, 39 and 12. RGB value is (212,57,18). Sum of RGB (Red+Green+Blue) = 212+57+18=287 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.87% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 212 - color contains mainly: red. Hex color #D43912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43912 is #2BC6ED. Grayscale: #636363. Windows color (decimal): -2868974 or 1194452. OLE color: 1194452.

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

Color convert

RGB 212 57 18 -
CMYK 0 0.73 0.92 0.17
HSL 12.06º 0.84% 0.45% -
HSV(B) 12.06º 0.92% 0.83% -
XYZ 28.72 16.97 2.33 -
YUV 98.9 82.35 208.67 -
System Red Green Blue C M Y K H S L
Decimal 212 57 18 0 0.73 0.92 0.17 12.06 0.84 0.45
Hex D4 39 12 0 49 5C 11 C 54 2D
Octal 324 71 22 0 111 134 21 14 124 55
Binary 11010100 111001 10010 0 1001001 1011100 10001 1100 1010100 101101

Color Harmonies of #D43912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43912

Black with #D43912

Text Example


Text Example

White with #D43912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43912; }

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

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

background-color css

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

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

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

border-color css

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

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

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