Html Css Color HEX #D8372D Persian Red

📋 copy color: '#D8372D'

red 216 ◦ green 55 ◦ blue 45

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

Shades of Persian Red #D8372D

Tints of Persian Red #D8372D

RGB

 RED value IS 216 (84.77% from 255) = 68.35%

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

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

R = 68.35%
G = 17.41%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8372D (or 0xD8372D) is known color: Persian Red. HEX triplet: D8, 37 and 2D. RGB value is (216,55,45). Sum of RGB (Red+Green+Blue) = 216+55+45=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D8372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8372D is #27C8D2. Grayscale: #666666. Windows color (decimal): -2607315 or 2963416. OLE color: 2963416.

HSL color Cylindrical-coordinate representation of color #D8372D: hue angle of 3.51º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8372D is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 55 45 -
CMYK 0 0.75 0.79 0.15
HSL 3.51º 0.69% 0.51% -
HSV(B) 3.51º 0.79% 0.85% -
XYZ 30.16 17.52 4.27 -
YUV 102 95.84 209.31 -
System Red Green Blue C M Y K H S L
Decimal 216 55 45 0 0.75 0.79 0.15 3.51 0.69 0.51
Hex D8 37 2D 0 4B 4F F 4 45 33
Octal 330 67 55 0 113 117 17 4 105 63
Binary 11011000 110111 101101 0 1001011 1001111 1111 100 1000101 110011

Color Harmonies of #D8372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8372D

Black with #D8372D

Text Example


Text Example

White with #D8372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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