Html Css Color HEX #D52F2C Persian Red

📋 copy color: '#D52F2C'

red 213 ◦ green 47 ◦ blue 44

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

Shades of Persian Red #D52F2C

Tints of Persian Red #D52F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.47%

R = 70.07%
G = 15.46%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D52F2C (or 0xD52F2C) is known color: Persian Red. HEX triplet: D5, 2F and 2C. RGB value is (213,47,44). Sum of RGB (Red+Green+Blue) = 213+47+44=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52F2C is #2AD0D3. Grayscale: #606060. Windows color (decimal): -2805972 or 2895829. OLE color: 2895829.

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

Color convert

RGB 213 47 44 -
CMYK 0 0.78 0.79 0.16
HSL 1.07º 0.67% 0.5% -
HSV(B) 1.07º 0.79% 0.84% -
XYZ 28.91 16.36 4.02 -
YUV 96.29 98.5 211.24 -
System Red Green Blue C M Y K H S L
Decimal 213 47 44 0 0.78 0.79 0.16 1.07 0.67 0.5
Hex D5 2F 2C 0 4E 4F 10 1 43 32
Octal 325 57 54 0 116 117 20 1 103 62
Binary 11010101 101111 101100 0 1001110 1001111 10000 1 1000011 110010

Color Harmonies of #D52F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F2C

Black with #D52F2C

Text Example


Text Example

White with #D52F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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