Html Css Color HEX #D7372D Persian Red

📋 copy color: '#D7372D'

red 215 ◦ green 55 ◦ blue 45

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

Shades of Persian Red #D7372D

Tints of Persian Red #D7372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.29%

R = 68.25%
G = 17.46%
B = 14.29%

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

#D7372D (or 0xD7372D) is known color: Persian Red. HEX triplet: D7, 37 and 2D. RGB value is (215,55,45). Sum of RGB (Red+Green+Blue) = 215+55+45=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D7372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7372D is #28C8D2. Grayscale: #656565. Windows color (decimal): -2672851 or 2963415. OLE color: 2963415.

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

Color convert

RGB 215 55 45 -
CMYK 0 0.74 0.79 0.16
HSL 3.53º 0.68% 0.51% -
HSV(B) 3.53º 0.79% 0.84% -
XYZ 29.86 17.37 4.26 -
YUV 101.7 96.01 208.81 -
System Red Green Blue C M Y K H S L
Decimal 215 55 45 0 0.74 0.79 0.16 3.53 0.68 0.51
Hex D7 37 2D 0 4A 4F 10 4 44 33
Octal 327 67 55 0 112 117 20 4 104 63
Binary 11010111 110111 101101 0 1001010 1001111 10000 100 1000100 110011

Color Harmonies of #D7372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7372D

Black with #D7372D

Text Example


Text Example

White with #D7372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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