Html Css Color HEX #D43913 Harley Davidson Orange

📋 copy color: '#D43913'

red 212 ◦ green 57 ◦ blue 19

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

Shades of Harley Davidson Orange #D43913

Tints of Harley Davidson Orange #D43913

RGB

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

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

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

R = 73.61%
G = 19.79%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D43913 (or 0xD43913) is known color: Harley Davidson Orange. HEX triplet: D4, 39 and 13. RGB value is (212,57,19). Sum of RGB (Red+Green+Blue) = 212+57+19=288 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.61% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 212 - color contains mainly: red. Hex color #D43913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43913 is #2BC6EC. Grayscale: #636363. Windows color (decimal): -2868973 or 1259988. OLE color: 1259988.

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

Color convert

RGB 212 57 19 -
CMYK 0 0.73 0.91 0.17
HSL 11.81º 0.84% 0.45% -
HSV(B) 11.81º 0.91% 0.83% -
XYZ 28.73 16.97 2.38 -
YUV 99.01 82.85 208.59 -
System Red Green Blue C M Y K H S L
Decimal 212 57 19 0 0.73 0.91 0.17 11.81 0.84 0.45
Hex D4 39 13 0 49 5B 11 C 54 2D
Octal 324 71 23 0 111 133 21 14 124 55
Binary 11010100 111001 10011 0 1001001 1011011 10001 1100 1010100 101101

Color Harmonies of #D43913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43913

Black with #D43913

Text Example


Text Example

White with #D43913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43913; }

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

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

background-color css

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

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

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

border-color css

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

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

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