Html Css Color HEX #D5372C Persian Red

📋 copy color: '#D5372C'

red 213 ◦ green 55 ◦ blue 44

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

Shades of Persian Red #D5372C

Tints of Persian Red #D5372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.63%

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

R = 68.27%
G = 17.63%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5372C (or 0xD5372C) is known color: Persian Red. HEX triplet: D5, 37 and 2C. RGB value is (213,55,44). Sum of RGB (Red+Green+Blue) = 213+55+44=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D5372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5372C is #2AC8D3. Grayscale: #656565. Windows color (decimal): -2803924 or 2897877. OLE color: 2897877.

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

Color convert

RGB 213 55 44 -
CMYK 0 0.74 0.79 0.16
HSL 3.91º 0.67% 0.5% -
HSV(B) 3.91º 0.79% 0.84% -
XYZ 29.26 17.06 4.13 -
YUV 100.99 95.85 207.89 -
System Red Green Blue C M Y K H S L
Decimal 213 55 44 0 0.74 0.79 0.16 3.91 0.67 0.5
Hex D5 37 2C 0 4A 4F 10 4 43 32
Octal 325 67 54 0 112 117 20 4 103 62
Binary 11010101 110111 101100 0 1001010 1001111 10000 100 1000011 110010

Color Harmonies of #D5372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5372C

Black with #D5372C

Text Example


Text Example

White with #D5372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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