Html Css Color HEX #D52905 Harley Davidson Orange

📋 copy color: '#D52905'

red 213 ◦ green 41 ◦ blue 5

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

Shades of Harley Davidson Orange #D52905

Tints of Harley Davidson Orange #D52905

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.83%

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

R = 82.24%
G = 15.83%
B = 1.93%

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

#D52905 (or 0xD52905) is known color: Harley Davidson Orange. HEX triplet: D5, 29 and 05. RGB value is (213,41,5). Sum of RGB (Red+Green+Blue) = 213+41+5=259 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.24% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 213 - color contains mainly: red. Hex color #D52905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52905 is #2AD6FA. Grayscale: #585858. Windows color (decimal): -2807547 or 338389. OLE color: 338389.

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

Color convert

RGB 213 41 5 -
CMYK 0 0.81 0.98 0.16
HSL 10.38º 0.95% 0.43% -
HSV(B) 10.38º 0.98% 0.84% -
XYZ 28.26 15.74 1.69 -
YUV 88.32 80.98 216.93 -
System Red Green Blue C M Y K H S L
Decimal 213 41 5 0 0.81 0.98 0.16 10.38 0.95 0.43
Hex D5 29 5 0 51 62 10 A 5F 2B
Octal 325 51 5 0 121 142 20 12 137 53
Binary 11010101 101001 101 0 1010001 1100010 10000 1010 1011111 101011

Color Harmonies of #D52905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52905

Black with #D52905

Text Example


Text Example

White with #D52905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52905; }

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

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

background-color css

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

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

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

border-color css

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

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

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