Html Css Color HEX #D52B10 Harley Davidson Orange

📋 copy color: '#D52B10'

red 213 ◦ green 43 ◦ blue 16

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

Shades of Harley Davidson Orange #D52B10

Tints of Harley Davidson Orange #D52B10

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.81%

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

R = 78.31%
G = 15.81%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D52B10 (or 0xD52B10) is known color: Harley Davidson Orange. HEX triplet: D5, 2B and 10. RGB value is (213,43,16). Sum of RGB (Red+Green+Blue) = 213+43+16=272 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.31% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52B10 is #2AD4EF. Grayscale: #5B5B5B. Windows color (decimal): -2807024 or 1059797. OLE color: 1059797.

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

Color convert

RGB 213 43 16 -
CMYK 0 0.80 0.92 0.16
HSL 8.22º 0.86% 0.45% -
HSV(B) 8.22º 0.92% 0.84% -
XYZ 28.4 15.91 2.06 -
YUV 90.75 85.82 215.2 -
System Red Green Blue C M Y K H S L
Decimal 213 43 16 0 0.80 0.92 0.16 8.22 0.86 0.45
Hex D5 2B 10 0 50 5C 10 8 56 2D
Octal 325 53 20 0 120 134 20 10 126 55
Binary 11010101 101011 10000 0 1010000 1011100 10000 1000 1010110 101101

Color Harmonies of #D52B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52B10

Black with #D52B10

Text Example


Text Example

White with #D52B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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