Html Css Color HEX #D52F15 Harley Davidson Orange

📋 copy color: '#D52F15'

red 213 ◦ green 47 ◦ blue 21

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

Shades of Harley Davidson Orange #D52F15

Tints of Harley Davidson Orange #D52F15

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.73%

 BLUE value IS 21 (8.59% from 255) = 7.47%

R = 75.8%
G = 16.73%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D52F15 (or 0xD52F15) is known color: Harley Davidson Orange. HEX triplet: D5, 2F and 15. RGB value is (213,47,21). Sum of RGB (Red+Green+Blue) = 213+47+21=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52F15 is #2AD0EA. Grayscale: #5D5D5D. Windows color (decimal): -2805995 or 1388501. OLE color: 1388501.

HSL color Cylindrical-coordinate representation of color #D52F15: hue angle of 8.12º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D52F15 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 47 21 -
CMYK 0 0.78 0.90 0.16
HSL 8.13º 0.82% 0.46% -
HSV(B) 8.13º 0.9% 0.84% -
XYZ 28.59 16.23 2.34 -
YUV 93.67 87 213.11 -
System Red Green Blue C M Y K H S L
Decimal 213 47 21 0 0.78 0.90 0.16 8.13 0.82 0.46
Hex D5 2F 15 0 4E 5A 10 8 52 2E
Octal 325 57 25 0 116 132 20 10 122 56
Binary 11010101 101111 10101 0 1001110 1011010 10000 1000 1010010 101110

Color Harmonies of #D52F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F15

Black with #D52F15

Text Example


Text Example

White with #D52F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F15; }

 p { color: rgb(213,47,21); }

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

background-color css

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

 a { background-color: rgb(213,47,21); }

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

border-color css

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

 span { border-color: rgb(213,47,21); }

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