Html Css Color HEX #D52710 Harley Davidson Orange

📋 copy color: '#D52710'

red 213 ◦ green 39 ◦ blue 16

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

Shades of Harley Davidson Orange #D52710

Tints of Harley Davidson Orange #D52710

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.55%

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

R = 79.48%
G = 14.55%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D52710 (or 0xD52710) is known color: Harley Davidson Orange. HEX triplet: D5, 27 and 10. RGB value is (213,39,16). Sum of RGB (Red+Green+Blue) = 213+39+16=268 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.48% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 213 - color contains mainly: red. Hex color #D52710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52710 is #2AD8EF. Grayscale: #585858. Windows color (decimal): -2808048 or 1058773. OLE color: 1058773.

HSL color Cylindrical-coordinate representation of color #D52710: hue angle of 7.01º 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 #D52710 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 39 16 -
CMYK 0 0.82 0.92 0.16
HSL 7.01º 0.86% 0.45% -
HSV(B) 7.01º 0.92% 0.84% -
XYZ 28.26 15.63 2.02 -
YUV 88.4 87.15 216.87 -
System Red Green Blue C M Y K H S L
Decimal 213 39 16 0 0.82 0.92 0.16 7.01 0.86 0.45
Hex D5 27 10 0 52 5C 10 7 56 2D
Octal 325 47 20 0 122 134 20 7 126 55
Binary 11010101 100111 10000 0 1010010 1011100 10000 111 1010110 101101

Color Harmonies of #D52710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52710

Black with #D52710

Text Example


Text Example

White with #D52710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52710; }

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

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

background-color css

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

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

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

border-color css

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

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

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