Html Css Color HEX #D52E05 Harley Davidson Orange

📋 copy color: '#D52E05'

red 213 ◦ green 46 ◦ blue 5

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

Shades of Harley Davidson Orange #D52E05

Tints of Harley Davidson Orange #D52E05

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.42%

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

R = 80.68%
G = 17.42%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D52E05 (or 0xD52E05) is known color: Harley Davidson Orange. HEX triplet: D5, 2E and 05. RGB value is (213,46,5). Sum of RGB (Red+Green+Blue) = 213+46+5=264 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.68% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52E05 is #2AD1FA. Grayscale: #5B5B5B. Windows color (decimal): -2806267 or 339669. OLE color: 339669.

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

Color convert

RGB 213 46 5 -
CMYK 0 0.78 0.98 0.16
HSL 11.83º 0.95% 0.43% -
HSV(B) 11.83º 0.98% 0.84% -
XYZ 28.44 16.11 1.75 -
YUV 91.26 79.33 214.83 -
System Red Green Blue C M Y K H S L
Decimal 213 46 5 0 0.78 0.98 0.16 11.83 0.95 0.43
Hex D5 2E 5 0 4E 62 10 C 5F 2B
Octal 325 56 5 0 116 142 20 14 137 53
Binary 11010101 101110 101 0 1001110 1100010 10000 1100 1011111 101011

Color Harmonies of #D52E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E05

Black with #D52E05

Text Example


Text Example

White with #D52E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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