Html Css Color HEX #D52722 Persian Red

📋 copy color: '#D52722'

red 213 ◦ green 39 ◦ blue 34

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

Shades of Persian Red #D52722

Tints of Persian Red #D52722

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.64%

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

R = 74.48%
G = 13.64%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D52722 (or 0xD52722) is known color: Persian Red. HEX triplet: D5, 27 and 22. RGB value is (213,39,34). Sum of RGB (Red+Green+Blue) = 213+39+34=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D52722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52722 is #2AD8DD. Grayscale: #5A5A5A. Windows color (decimal): -2808030 or 2238421. OLE color: 2238421.

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

Color convert

RGB 213 39 34 -
CMYK 0 0.82 0.84 0.16
HSL 1.68º 0.72% 0.48% -
HSV(B) 1.68º 0.84% 0.84% -
XYZ 28.45 15.71 3.05 -
YUV 90.46 96.15 215.41 -
System Red Green Blue C M Y K H S L
Decimal 213 39 34 0 0.82 0.84 0.16 1.68 0.72 0.48
Hex D5 27 22 0 52 54 10 2 48 30
Octal 325 47 42 0 122 124 20 2 110 60
Binary 11010101 100111 100010 0 1010010 1010100 10000 10 1001000 110000

Color Harmonies of #D52722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52722

Black with #D52722

Text Example


Text Example

White with #D52722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52722; }

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

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

background-color css

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

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

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

border-color css

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

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

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