Html Css Color HEX #D52F29 Persian Red

📋 copy color: '#D52F29'

red 213 ◦ green 47 ◦ blue 41

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

Shades of Persian Red #D52F29

Tints of Persian Red #D52F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.62%

R = 70.76%
G = 15.61%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D52F29 (or 0xD52F29) is known color: Persian Red. HEX triplet: D5, 2F and 29. RGB value is (213,47,41). Sum of RGB (Red+Green+Blue) = 213+47+41=301 (39% of max value = 765). Red value is 213 (83.59% from 255 or 70.76% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52F29 is #2AD0D6. Grayscale: #606060. Windows color (decimal): -2805975 or 2699221. OLE color: 2699221.

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

Color convert

RGB 213 47 41 -
CMYK 0 0.78 0.81 0.16
HSL 2.09º 0.68% 0.5% -
HSV(B) 2.09º 0.81% 0.84% -
XYZ 28.86 16.34 3.73 -
YUV 95.95 97 211.49 -
System Red Green Blue C M Y K H S L
Decimal 213 47 41 0 0.78 0.81 0.16 2.09 0.68 0.5
Hex D5 2F 29 0 4E 51 10 2 44 32
Octal 325 57 51 0 116 121 20 2 104 62
Binary 11010101 101111 101001 0 1001110 1010001 10000 10 1000100 110010

Color Harmonies of #D52F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F29

Black with #D52F29

Text Example


Text Example

White with #D52F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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