Html Css Color HEX #D52D2C Persian Red

📋 copy color: '#D52D2C'

red 213 ◦ green 45 ◦ blue 44

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

Shades of Persian Red #D52D2C

Tints of Persian Red #D52D2C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.9%

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

R = 70.53%
G = 14.9%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D52D2C (or 0xD52D2C) is known color: Persian Red. HEX triplet: D5, 2D and 2C. RGB value is (213,45,44). Sum of RGB (Red+Green+Blue) = 213+45+44=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52D2C is #2AD2D3. Grayscale: #5F5F5F. Windows color (decimal): -2806484 or 2895317. OLE color: 2895317.

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

Color convert

RGB 213 45 44 -
CMYK 0 0.79 0.79 0.16
HSL 0.36º 0.67% 0.5% -
HSV(B) 0.36º 0.79% 0.84% -
XYZ 28.83 16.2 3.99 -
YUV 95.12 99.16 212.08 -
System Red Green Blue C M Y K H S L
Decimal 213 45 44 0 0.79 0.79 0.16 0.36 0.67 0.5
Hex D5 2D 2C 0 4F 4F 10 0 43 32
Octal 325 55 54 0 117 117 20 0 103 62
Binary 11010101 101101 101100 0 1001111 1001111 10000 0 1000011 110010

Color Harmonies of #D52D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D2C

Black with #D52D2C

Text Example


Text Example

White with #D52D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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