Html Css Color HEX #D43B11 Harley Davidson Orange

📋 copy color: '#D43B11'

red 212 ◦ green 59 ◦ blue 17

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

Shades of Harley Davidson Orange #D43B11

Tints of Harley Davidson Orange #D43B11

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.49%

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

R = 73.61%
G = 20.49%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D43B11 (or 0xD43B11) is known color: Harley Davidson Orange. HEX triplet: D4, 3B and 11. RGB value is (212,59,17). Sum of RGB (Red+Green+Blue) = 212+59+17=288 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.61% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43B11 is #2BC4EE. Grayscale: #646464. Windows color (decimal): -2868463 or 1129428. OLE color: 1129428.

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

Color convert

RGB 212 59 17 -
CMYK 0 0.72 0.92 0.17
HSL 12.92º 0.85% 0.45% -
HSV(B) 12.92º 0.92% 0.83% -
XYZ 28.82 17.17 2.32 -
YUV 99.96 81.19 207.92 -
System Red Green Blue C M Y K H S L
Decimal 212 59 17 0 0.72 0.92 0.17 12.92 0.85 0.45
Hex D4 3B 11 0 48 5C 11 D 55 2D
Octal 324 73 21 0 110 134 21 15 125 55
Binary 11010100 111011 10001 0 1001000 1011100 10001 1101 1010101 101101

Color Harmonies of #D43B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43B11

Black with #D43B11

Text Example


Text Example

White with #D43B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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