Html Css Color HEX #D52F1F Harley Davidson Orange

📋 copy color: '#D52F1F'

red 213 ◦ green 47 ◦ blue 31

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

Shades of Harley Davidson Orange #D52F1F

Tints of Harley Davidson Orange #D52F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.65%

R = 73.2%
G = 16.15%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D52F1F (or 0xD52F1F) is known color: Harley Davidson Orange. HEX triplet: D5, 2F and 1F. RGB value is (213,47,31). Sum of RGB (Red+Green+Blue) = 213+47+31=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52F1F is #2AD0E0. Grayscale: #5F5F5F. Windows color (decimal): -2805985 or 2043861. OLE color: 2043861.

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

Color convert

RGB 213 47 31 -
CMYK 0 0.78 0.85 0.16
HSL 5.27º 0.75% 0.48% -
HSV(B) 5.27º 0.85% 0.84% -
XYZ 28.7 16.28 2.93 -
YUV 94.81 92 212.3 -
System Red Green Blue C M Y K H S L
Decimal 213 47 31 0 0.78 0.85 0.16 5.27 0.75 0.48
Hex D5 2F 1F 0 4E 55 10 5 4B 30
Octal 325 57 37 0 116 125 20 5 113 60
Binary 11010101 101111 11111 0 1001110 1010101 10000 101 1001011 110000

Color Harmonies of #D52F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F1F

Black with #D52F1F

Text Example


Text Example

White with #D52F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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