Html Css Color HEX #D52C21 Persian Red

📋 copy color: '#D52C21'

red 213 ◦ green 44 ◦ blue 33

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

Shades of Persian Red #D52C21

Tints of Persian Red #D52C21

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.17%

 BLUE value IS 33 (13.28% from 255) = 11.38%

R = 73.45%
G = 15.17%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D52C21 (or 0xD52C21) is known color: Persian Red. HEX triplet: D5, 2C and 21. RGB value is (213,44,33). Sum of RGB (Red+Green+Blue) = 213+44+33=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52C21 is #2AD3DE. Grayscale: #5D5D5D. Windows color (decimal): -2806751 or 2174165. OLE color: 2174165.

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

Color convert

RGB 213 44 33 -
CMYK 0 0.79 0.85 0.16
HSL 3.67º 0.73% 0.48% -
HSV(B) 3.67º 0.85% 0.84% -
XYZ 28.62 16.06 3.03 -
YUV 93.28 93.99 213.39 -
System Red Green Blue C M Y K H S L
Decimal 213 44 33 0 0.79 0.85 0.16 3.67 0.73 0.48
Hex D5 2C 21 0 4F 55 10 4 49 30
Octal 325 54 41 0 117 125 20 4 111 60
Binary 11010101 101100 100001 0 1001111 1010101 10000 100 1001001 110000

Color Harmonies of #D52C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52C21

Black with #D52C21

Text Example


Text Example

White with #D52C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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