Html Css Color HEX #D52110 Harley Davidson Orange

📋 copy color: '#D52110'

red 213 ◦ green 33 ◦ blue 16

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

Shades of Harley Davidson Orange #D52110

Tints of Harley Davidson Orange #D52110

RGB

 RED value IS 213 (83.59% from 255) = 81.3%

 GREEN value IS 33 (13.28% from 255) = 12.6%

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

R = 81.3%
G = 12.6%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D52110 (or 0xD52110) is known color: Harley Davidson Orange. HEX triplet: D5, 21 and 10. RGB value is (213,33,16). Sum of RGB (Red+Green+Blue) = 213+33+16=262 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.30% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 213 - color contains mainly: red. Hex color #D52110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52110 is #2ADEEF. Grayscale: #555555. Windows color (decimal): -2809584 or 1057237. OLE color: 1057237.

HSL color Cylindrical-coordinate representation of color #D52110: hue angle of 5.18º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D52110 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 33 16 -
CMYK 0 0.85 0.92 0.16
HSL 5.18º 0.86% 0.45% -
HSV(B) 5.18º 0.92% 0.84% -
XYZ 28.08 15.27 1.96 -
YUV 84.88 89.13 219.38 -
System Red Green Blue C M Y K H S L
Decimal 213 33 16 0 0.85 0.92 0.16 5.18 0.86 0.45
Hex D5 21 10 0 55 5C 10 5 56 2D
Octal 325 41 20 0 125 134 20 5 126 55
Binary 11010101 100001 10000 0 1010101 1011100 10000 101 1010110 101101

Color Harmonies of #D52110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52110

Black with #D52110

Text Example


Text Example

White with #D52110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52110; }

 p { color: rgb(213,33,16); }

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

background-color css

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

 a { background-color: rgb(213,33,16); }

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

border-color css

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

 span { border-color: rgb(213,33,16); }

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