Html Css Color HEX #D52F13 Harley Davidson Orange

📋 copy color: '#D52F13'

red 213 ◦ green 47 ◦ blue 19

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

Shades of Harley Davidson Orange #D52F13

Tints of Harley Davidson Orange #D52F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.81%

R = 76.34%
G = 16.85%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D52F13 (or 0xD52F13) is known color: Harley Davidson Orange. HEX triplet: D5, 2F and 13. RGB value is (213,47,19). Sum of RGB (Red+Green+Blue) = 213+47+19=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52F13 is #2AD0EC. Grayscale: #5D5D5D. Windows color (decimal): -2805997 or 1257429. OLE color: 1257429.

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

Color convert

RGB 213 47 19 -
CMYK 0 0.78 0.91 0.16
HSL 8.66º 0.84% 0.45% -
HSV(B) 8.66º 0.91% 0.84% -
XYZ 28.57 16.23 2.24 -
YUV 93.44 86 213.28 -
System Red Green Blue C M Y K H S L
Decimal 213 47 19 0 0.78 0.91 0.16 8.66 0.84 0.45
Hex D5 2F 13 0 4E 5B 10 9 54 2D
Octal 325 57 23 0 116 133 20 11 124 55
Binary 11010101 101111 10011 0 1001110 1011011 10000 1001 1010100 101101

Color Harmonies of #D52F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F13

Black with #D52F13

Text Example


Text Example

White with #D52F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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