Html Css Color HEX #D52005 Harley Davidson Orange

📋 copy color: '#D52005'

red 213 ◦ green 32 ◦ blue 5

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

Shades of Harley Davidson Orange #D52005

Tints of Harley Davidson Orange #D52005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.8%

 BLUE value IS 5 (2.34% from 255) = 2%

R = 85.2%
G = 12.8%
B = 2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D52005 (or 0xD52005) is known color: Harley Davidson Orange. HEX triplet: D5, 20 and 05. RGB value is (213,32,5). Sum of RGB (Red+Green+Blue) = 213+32+5=250 (33% of max value = 765). Red value is 213 (83.59% from 255 or 85.2% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 213 - color contains mainly: red. Hex color #D52005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52005 is #2ADFFA. Grayscale: #535353. Windows color (decimal): -2809851 or 336085. OLE color: 336085.

HSL color Cylindrical-coordinate representation of color #D52005: hue angle of 7.79º degrees, saturation: 0.95, 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 #D52005 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 32 5 -
CMYK 0 0.85 0.98 0.16
HSL 7.79º 0.95% 0.43% -
HSV(B) 7.79º 0.98% 0.84% -
XYZ 27.98 15.19 1.6 -
YUV 83.04 83.97 220.7 -
System Red Green Blue C M Y K H S L
Decimal 213 32 5 0 0.85 0.98 0.16 7.79 0.95 0.43
Hex D5 20 5 0 55 62 10 8 5F 2B
Octal 325 40 5 0 125 142 20 10 137 53
Binary 11010101 100000 101 0 1010101 1100010 10000 1000 1011111 101011

Color Harmonies of #D52005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52005

Black with #D52005

Text Example


Text Example

White with #D52005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52005; }

 p { color: rgb(213,32,5); }

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

background-color css

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

 a { background-color: rgb(213,32,5); }

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

border-color css

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

 span { border-color: rgb(213,32,5); }

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