Html Css Color HEX #D7372C Persian Red

📋 copy color: '#D7372C'

red 215 ◦ green 55 ◦ blue 44

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

Shades of Persian Red #D7372C

Tints of Persian Red #D7372C

RGB

 RED value IS 215 (84.38% from 255) = 68.47%

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

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

R = 68.47%
G = 17.52%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7372C (or 0xD7372C) is known color: Persian Red. HEX triplet: D7, 37 and 2C. RGB value is (215,55,44). Sum of RGB (Red+Green+Blue) = 215+55+44=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D7372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7372C is #28C8D3. Grayscale: #656565. Windows color (decimal): -2672852 or 2897879. OLE color: 2897879.

HSL color Cylindrical-coordinate representation of color #D7372C: hue angle of 3.86º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7372C is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 55 44 -
CMYK 0 0.74 0.80 0.16
HSL 3.86º 0.68% 0.51% -
HSV(B) 3.86º 0.8% 0.84% -
XYZ 29.85 17.36 4.16 -
YUV 101.59 95.51 208.89 -
System Red Green Blue C M Y K H S L
Decimal 215 55 44 0 0.74 0.80 0.16 3.86 0.68 0.51
Hex D7 37 2C 0 4A 50 10 4 44 33
Octal 327 67 54 0 112 120 20 4 104 63
Binary 11010111 110111 101100 0 1001010 1010000 10000 100 1000100 110011

Color Harmonies of #D7372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7372C

Black with #D7372C

Text Example


Text Example

White with #D7372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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