Html Css Color HEX #D43313 Harley Davidson Orange

📋 copy color: '#D43313'

red 212 ◦ green 51 ◦ blue 19

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

Shades of Harley Davidson Orange #D43313

Tints of Harley Davidson Orange #D43313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.09%

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

R = 75.18%
G = 18.09%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D43313 (or 0xD43313) is known color: Harley Davidson Orange. HEX triplet: D4, 33 and 13. RGB value is (212,51,19). Sum of RGB (Red+Green+Blue) = 212+51+19=282 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.18% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 212 - color contains mainly: red. Hex color #D43313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43313 is #2BCCEC. Grayscale: #5F5F5F. Windows color (decimal): -2870509 or 1258452. OLE color: 1258452.

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

Color convert

RGB 212 51 19 -
CMYK 0 0.76 0.91 0.17
HSL 9.95º 0.84% 0.45% -
HSV(B) 9.95º 0.91% 0.83% -
XYZ 28.45 16.41 2.28 -
YUV 95.49 84.84 211.1 -
System Red Green Blue C M Y K H S L
Decimal 212 51 19 0 0.76 0.91 0.17 9.95 0.84 0.45
Hex D4 33 13 0 4C 5B 11 A 54 2D
Octal 324 63 23 0 114 133 21 12 124 55
Binary 11010100 110011 10011 0 1001100 1011011 10001 1010 1010100 101101

Color Harmonies of #D43313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43313

Black with #D43313

Text Example


Text Example

White with #D43313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43313; }

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

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

background-color css

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

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

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

border-color css

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

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

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