Html Css Color HEX #D52605 Harley Davidson Orange

📋 copy color: '#D52605'

red 213 ◦ green 38 ◦ blue 5

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

Shades of Harley Davidson Orange #D52605

Tints of Harley Davidson Orange #D52605

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.84%

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

R = 83.2%
G = 14.84%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D52605 (or 0xD52605) is known color: Harley Davidson Orange. HEX triplet: D5, 26 and 05. RGB value is (213,38,5). Sum of RGB (Red+Green+Blue) = 213+38+5=256 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.20% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 213 - color contains mainly: red. Hex color #D52605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52605 is #2AD9FA. Grayscale: #565656. Windows color (decimal): -2808315 or 337621. OLE color: 337621.

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

Color convert

RGB 213 38 5 -
CMYK 0 0.82 0.98 0.16
HSL 9.52º 0.95% 0.43% -
HSV(B) 9.52º 0.98% 0.84% -
XYZ 28.16 15.54 1.66 -
YUV 86.56 81.98 218.18 -
System Red Green Blue C M Y K H S L
Decimal 213 38 5 0 0.82 0.98 0.16 9.52 0.95 0.43
Hex D5 26 5 0 52 62 10 A 5F 2B
Octal 325 46 5 0 122 142 20 12 137 53
Binary 11010101 100110 101 0 1010010 1100010 10000 1010 1011111 101011

Color Harmonies of #D52605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52605

Black with #D52605

Text Example


Text Example

White with #D52605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52605; }

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

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

background-color css

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

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

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

border-color css

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

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

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