Html Css Color HEX #D52804 Harley Davidson Orange

📋 copy color: '#D52804'

red 213 ◦ green 40 ◦ blue 4

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

Shades of Harley Davidson Orange #D52804

Tints of Harley Davidson Orange #D52804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.56%

R = 82.88%
G = 15.56%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D52804 (or 0xD52804) is known color: Harley Davidson Orange. HEX triplet: D5, 28 and 04. RGB value is (213,40,4). Sum of RGB (Red+Green+Blue) = 213+40+4=257 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.88% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 213 - color contains mainly: red. Hex color #D52804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52804 is #2AD7FB. Grayscale: #575757. Windows color (decimal): -2807804 or 272597. OLE color: 272597.

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

Color convert

RGB 213 40 4 -
CMYK 0 0.81 0.98 0.16
HSL 10.33º 0.96% 0.43% -
HSV(B) 10.33º 0.98% 0.84% -
XYZ 28.22 15.67 1.65 -
YUV 87.62 80.81 217.43 -
System Red Green Blue C M Y K H S L
Decimal 213 40 4 0 0.81 0.98 0.16 10.33 0.96 0.43
Hex D5 28 4 0 51 62 10 A 60 2B
Octal 325 50 4 0 121 142 20 12 140 53
Binary 11010101 101000 100 0 1010001 1100010 10000 1010 1100000 101011

Color Harmonies of #D52804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52804

Black with #D52804

Text Example


Text Example

White with #D52804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52804; }

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

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

background-color css

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

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

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

border-color css

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

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

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