Html Css Color HEX #D52610 Harley Davidson Orange

📋 copy color: '#D52610'

red 213 ◦ green 38 ◦ blue 16

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

Shades of Harley Davidson Orange #D52610

Tints of Harley Davidson Orange #D52610

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.23%

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

R = 79.78%
G = 14.23%
B = 5.99%

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

#D52610 (or 0xD52610) is known color: Harley Davidson Orange. HEX triplet: D5, 26 and 10. RGB value is (213,38,16). Sum of RGB (Red+Green+Blue) = 213+38+16=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D52610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52610 is #2AD9EF. Grayscale: #585858. Windows color (decimal): -2808304 or 1058517. OLE color: 1058517.

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

Color convert

RGB 213 38 16 -
CMYK 0 0.82 0.92 0.16
HSL 6.7º 0.86% 0.45% -
HSV(B) 6.7º 0.92% 0.84% -
XYZ 28.23 15.57 2.01 -
YUV 87.82 87.48 217.29 -
System Red Green Blue C M Y K H S L
Decimal 213 38 16 0 0.82 0.92 0.16 6.7 0.86 0.45
Hex D5 26 10 0 52 5C 10 7 56 2D
Octal 325 46 20 0 122 134 20 7 126 55
Binary 11010101 100110 10000 0 1010010 1011100 10000 111 1010110 101101

Color Harmonies of #D52610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52610

Black with #D52610

Text Example


Text Example

White with #D52610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52610; }

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

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

background-color css

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

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

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

border-color css

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

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

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