Html Css Color HEX #D43310 Harley Davidson Orange

📋 copy color: '#D43310'

red 212 ◦ green 51 ◦ blue 16

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

Shades of Harley Davidson Orange #D43310

Tints of Harley Davidson Orange #D43310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.73%

R = 75.99%
G = 18.28%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D43310 (or 0xD43310) is known color: Harley Davidson Orange. HEX triplet: D4, 33 and 10. RGB value is (212,51,16). Sum of RGB (Red+Green+Blue) = 212+51+16=279 (36% of max value = 765). Red value is 212 (83.20% from 255 or 75.99% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 212 - color contains mainly: red. Hex color #D43310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43310 is #2BCCEF. Grayscale: #5F5F5F. Windows color (decimal): -2870512 or 1061844. OLE color: 1061844.

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

Color convert

RGB 212 51 16 -
CMYK 0 0.76 0.92 0.17
HSL 10.71º 0.86% 0.45% -
HSV(B) 10.71º 0.92% 0.83% -
XYZ 28.43 16.4 2.16 -
YUV 95.15 83.34 211.35 -
System Red Green Blue C M Y K H S L
Decimal 212 51 16 0 0.76 0.92 0.17 10.71 0.86 0.45
Hex D4 33 10 0 4C 5C 11 B 56 2D
Octal 324 63 20 0 114 134 21 13 126 55
Binary 11010100 110011 10000 0 1001100 1011100 10001 1011 1010110 101101

Color Harmonies of #D43310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43310

Black with #D43310

Text Example


Text Example

White with #D43310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43310; }

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

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

background-color css

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

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

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

border-color css

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

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

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