Html Css Color HEX #D52F25 Persian Red

📋 copy color: '#D52F25'

red 213 ◦ green 47 ◦ blue 37

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

Shades of Persian Red #D52F25

Tints of Persian Red #D52F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.46%

R = 71.72%
G = 15.82%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D52F25 (or 0xD52F25) is known color: Persian Red. HEX triplet: D5, 2F and 25. RGB value is (213,47,37). Sum of RGB (Red+Green+Blue) = 213+47+37=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52F25 is #2AD0DA. Grayscale: #5F5F5F. Windows color (decimal): -2805979 or 2437077. OLE color: 2437077.

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

Color convert

RGB 213 47 37 -
CMYK 0 0.78 0.83 0.16
HSL 3.41º 0.7% 0.49% -
HSV(B) 3.41º 0.83% 0.84% -
XYZ 28.79 16.31 3.38 -
YUV 95.49 95 211.81 -
System Red Green Blue C M Y K H S L
Decimal 213 47 37 0 0.78 0.83 0.16 3.41 0.7 0.49
Hex D5 2F 25 0 4E 53 10 3 46 31
Octal 325 57 45 0 116 123 20 3 106 61
Binary 11010101 101111 100101 0 1001110 1010011 10000 11 1000110 110001

Color Harmonies of #D52F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F25

Black with #D52F25

Text Example


Text Example

White with #D52F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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