Html Css Color HEX #D43712 Harley Davidson Orange

📋 copy color: '#D43712'

red 212 ◦ green 55 ◦ blue 18

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

Shades of Harley Davidson Orange #D43712

Tints of Harley Davidson Orange #D43712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.3%

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

R = 74.39%
G = 19.3%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D43712 (or 0xD43712) is known color: Harley Davidson Orange. HEX triplet: D4, 37 and 12. RGB value is (212,55,18). Sum of RGB (Red+Green+Blue) = 212+55+18=285 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.39% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 212 - color contains mainly: red. Hex color #D43712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43712 is #2BC8ED. Grayscale: #626262. Windows color (decimal): -2869486 or 1193940. OLE color: 1193940.

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

Color convert

RGB 212 55 18 -
CMYK 0 0.74 0.92 0.17
HSL 11.44º 0.84% 0.45% -
HSV(B) 11.44º 0.92% 0.83% -
XYZ 28.63 16.77 2.3 -
YUV 97.73 83.01 209.51 -
System Red Green Blue C M Y K H S L
Decimal 212 55 18 0 0.74 0.92 0.17 11.44 0.84 0.45
Hex D4 37 12 0 4A 5C 11 B 54 2D
Octal 324 67 22 0 112 134 21 13 124 55
Binary 11010100 110111 10010 0 1001010 1011100 10001 1011 1010100 101101

Color Harmonies of #D43712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43712

Black with #D43712

Text Example


Text Example

White with #D43712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43712; }

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

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

background-color css

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

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

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

border-color css

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

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

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