Html Css Color HEX #D52F28 Persian Red

📋 copy color: '#D52F28'

red 213 ◦ green 47 ◦ blue 40

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

Shades of Persian Red #D52F28

Tints of Persian Red #D52F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.33%

R = 71%
G = 15.67%
B = 13.33%

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

#D52F28 (or 0xD52F28) is known color: Persian Red. HEX triplet: D5, 2F and 28. RGB value is (213,47,40). Sum of RGB (Red+Green+Blue) = 213+47+40=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52F28 is #2AD0D7. Grayscale: #606060. Windows color (decimal): -2805976 or 2633685. OLE color: 2633685.

HSL color Cylindrical-coordinate representation of color #D52F28: hue angle of 2.43º 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 #D52F28 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 47 40 -
CMYK 0 0.78 0.81 0.16
HSL 2.43º 0.68% 0.5% -
HSV(B) 2.43º 0.81% 0.84% -
XYZ 28.84 16.33 3.64 -
YUV 95.84 96.5 211.57 -
System Red Green Blue C M Y K H S L
Decimal 213 47 40 0 0.78 0.81 0.16 2.43 0.68 0.5
Hex D5 2F 28 0 4E 51 10 2 44 32
Octal 325 57 50 0 116 121 20 2 104 62
Binary 11010101 101111 101000 0 1001110 1010001 10000 10 1000100 110010

Color Harmonies of #D52F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F28

Black with #D52F28

Text Example


Text Example

White with #D52F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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