Html Css Color HEX #D52F2F Persian Red

📋 copy color: '#D52F2F'

red 213 ◦ green 47 ◦ blue 47

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

Shades of Persian Red #D52F2F

Tints of Persian Red #D52F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.31%

R = 69.38%
G = 15.31%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D52F2F (or 0xD52F2F) is known color: Persian Red. HEX triplet: D5, 2F and 2F. RGB value is (213,47,47). Sum of RGB (Red+Green+Blue) = 213+47+47=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52F2F is #2AD0D0. Grayscale: #606060. Windows color (decimal): -2805969 or 3092437. OLE color: 3092437.

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

Color convert

RGB 213 47 47 -
CMYK 0 0.78 0.78 0.16
HSL 0.66% 0.51% -
HSV(B) 0.78% 0.84% -
XYZ 28.97 16.38 4.32 -
YUV 96.63 100 211 -
System Red Green Blue C M Y K H S L
Decimal 213 47 47 0 0.78 0.78 0.16 0 0.66 0.51
Hex D5 2F 2F 0 4E 4E 10 0 42 33
Octal 325 57 57 0 116 116 20 0 102 63
Binary 11010101 101111 101111 0 1001110 1001110 10000 0 1000010 110011

Color Harmonies of #D52F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F2F

Black with #D52F2F

Text Example


Text Example

White with #D52F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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