Html Css Color HEX #D52B17 Harley Davidson Orange

📋 copy color: '#D52B17'

red 213 ◦ green 43 ◦ blue 23

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

Shades of Harley Davidson Orange #D52B17

Tints of Harley Davidson Orange #D52B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.24%

R = 76.34%
G = 15.41%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D52B17 (or 0xD52B17) is known color: Harley Davidson Orange. HEX triplet: D5, 2B and 17. RGB value is (213,43,23). Sum of RGB (Red+Green+Blue) = 213+43+23=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52B17 is #2AD4E8. Grayscale: #5B5B5B. Windows color (decimal): -2807017 or 1518549. OLE color: 1518549.

HSL color Cylindrical-coordinate representation of color #D52B17: hue angle of 6.32º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D52B17 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 43 23 -
CMYK 0 0.80 0.89 0.16
HSL 6.32º 0.81% 0.46% -
HSV(B) 6.32º 0.89% 0.84% -
XYZ 28.46 15.94 2.39 -
YUV 91.55 89.32 214.63 -
System Red Green Blue C M Y K H S L
Decimal 213 43 23 0 0.80 0.89 0.16 6.32 0.81 0.46
Hex D5 2B 17 0 50 59 10 6 51 2E
Octal 325 53 27 0 120 131 20 6 121 56
Binary 11010101 101011 10111 0 1010000 1011001 10000 110 1010001 101110

Color Harmonies of #D52B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52B17

Black with #D52B17

Text Example


Text Example

White with #D52B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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