Html Css Color HEX #D52800 Harley Davidson Orange

📋 copy color: '#D52800'

red 213 ◦ green 40 ◦ blue 0

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

Shades of Harley Davidson Orange #D52800

Tints of Harley Davidson Orange #D52800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.19%
G = 15.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D52800 (or 0xD52800) is known color: Harley Davidson Orange. HEX triplet: D5, 28 and 00. RGB value is (213,40,0). Sum of RGB (Red+Green+Blue) = 213+40+0=253 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.19% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 213 - color contains mainly: red. Hex color #D52800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52800 is #2AD7FF. Grayscale: #575757. Windows color (decimal): -2807808 or 10453. OLE color: 10453.

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

Color convert

RGB 213 40 0 -
CMYK 0 0.81 1 0.16
HSL 11.27º 1% 0.42% -
HSV(B) 11.27º 1% 0.84% -
XYZ 28.2 15.66 1.54 -
YUV 87.17 78.81 217.75 -
System Red Green Blue C M Y K H S L
Decimal 213 40 0 0 0.81 1 0.16 11.27 1 0.42
Hex D5 28 0 0 51 64 10 B 64 2A
Octal 325 50 0 0 121 144 20 13 144 52
Binary 11010101 101000 0 0 1010001 1100100 10000 1011 1100100 101010

Color Harmonies of #D52800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52800

Black with #D52800

Text Example


Text Example

White with #D52800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52800; }

 p { color: rgb(213,40,0); }

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

background-color css

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

 a { background-color: rgb(213,40,0); }

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

border-color css

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

 span { border-color: rgb(213,40,0); }

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