Html Css Color HEX #D52F22 Persian Red

📋 copy color: '#D52F22'

red 213 ◦ green 47 ◦ blue 34

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

Shades of Persian Red #D52F22

Tints of Persian Red #D52F22

RGB

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

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

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

R = 72.45%
G = 15.99%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D52F22 (or 0xD52F22) is known color: Persian Red. HEX triplet: D5, 2F and 22. RGB value is (213,47,34). Sum of RGB (Red+Green+Blue) = 213+47+34=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52F22 is #2AD0DD. Grayscale: #5F5F5F. Windows color (decimal): -2805982 or 2240469. OLE color: 2240469.

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

Color convert

RGB 213 47 34 -
CMYK 0 0.78 0.84 0.16
HSL 4.36º 0.72% 0.48% -
HSV(B) 4.36º 0.84% 0.84% -
XYZ 28.75 16.29 3.14 -
YUV 95.15 93.5 212.06 -
System Red Green Blue C M Y K H S L
Decimal 213 47 34 0 0.78 0.84 0.16 4.36 0.72 0.48
Hex D5 2F 22 0 4E 54 10 4 48 30
Octal 325 57 42 0 116 124 20 4 110 60
Binary 11010101 101111 100010 0 1001110 1010100 10000 100 1001000 110000

Color Harmonies of #D52F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F22

Black with #D52F22

Text Example


Text Example

White with #D52F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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