Html Css Color HEX #D43B13 Harley Davidson Orange

📋 copy color: '#D43B13'

red 212 ◦ green 59 ◦ blue 19

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

Shades of Harley Davidson Orange #D43B13

Tints of Harley Davidson Orange #D43B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.55%

R = 73.1%
G = 20.34%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D43B13 (or 0xD43B13) is known color: Harley Davidson Orange. HEX triplet: D4, 3B and 13. RGB value is (212,59,19). Sum of RGB (Red+Green+Blue) = 212+59+19=290 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.10% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43B13 is #2BC4EC. Grayscale: #646464. Windows color (decimal): -2868461 or 1260500. OLE color: 1260500.

HSL color Cylindrical-coordinate representation of color #D43B13: hue angle of 12.44º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D43B13 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 59 19 -
CMYK 0 0.72 0.91 0.17
HSL 12.44º 0.84% 0.45% -
HSV(B) 12.44º 0.91% 0.83% -
XYZ 28.83 17.17 2.41 -
YUV 100.19 82.19 207.75 -
System Red Green Blue C M Y K H S L
Decimal 212 59 19 0 0.72 0.91 0.17 12.44 0.84 0.45
Hex D4 3B 13 0 48 5B 11 C 54 2D
Octal 324 73 23 0 110 133 21 14 124 55
Binary 11010100 111011 10011 0 1001000 1011011 10001 1100 1010100 101101

Color Harmonies of #D43B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43B13

Black with #D43B13

Text Example


Text Example

White with #D43B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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