Html Css Color HEX #D52C22 Persian Red

📋 copy color: '#D52C22'

red 213 ◦ green 44 ◦ blue 34

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

Shades of Persian Red #D52C22

Tints of Persian Red #D52C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.68%

R = 73.2%
G = 15.12%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D52C22 (or 0xD52C22) is known color: Persian Red. HEX triplet: D5, 2C and 22. RGB value is (213,44,34). Sum of RGB (Red+Green+Blue) = 213+44+34=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52C22 is #2AD3DD. Grayscale: #5D5D5D. Windows color (decimal): -2806750 or 2239701. OLE color: 2239701.

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

Color convert

RGB 213 44 34 -
CMYK 0 0.79 0.84 0.16
HSL 3.35º 0.72% 0.48% -
HSV(B) 3.35º 0.84% 0.84% -
XYZ 28.63 16.06 3.1 -
YUV 93.39 94.49 213.31 -
System Red Green Blue C M Y K H S L
Decimal 213 44 34 0 0.79 0.84 0.16 3.35 0.72 0.48
Hex D5 2C 22 0 4F 54 10 3 48 30
Octal 325 54 42 0 117 124 20 3 110 60
Binary 11010101 101100 100010 0 1001111 1010100 10000 11 1001000 110000

Color Harmonies of #D52C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52C22

Black with #D52C22

Text Example


Text Example

White with #D52C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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