Html Css Color HEX #D8372F Persian Red

📋 copy color: '#D8372F'

red 216 ◦ green 55 ◦ blue 47

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

Shades of Persian Red #D8372F

Tints of Persian Red #D8372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.78%

R = 67.92%
G = 17.3%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8372F (or 0xD8372F) is known color: Persian Red. HEX triplet: D8, 37 and 2F. RGB value is (216,55,47). Sum of RGB (Red+Green+Blue) = 216+55+47=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D8372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8372F is #27C8D0. Grayscale: #666666. Windows color (decimal): -2607313 or 3094488. OLE color: 3094488.

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

Color convert

RGB 216 55 47 -
CMYK 0 0.75 0.78 0.15
HSL 2.84º 0.68% 0.52% -
HSV(B) 2.84º 0.78% 0.85% -
XYZ 30.2 17.54 4.48 -
YUV 102.23 96.84 209.15 -
System Red Green Blue C M Y K H S L
Decimal 216 55 47 0 0.75 0.78 0.15 2.84 0.68 0.52
Hex D8 37 2F 0 4B 4E F 3 44 34
Octal 330 67 57 0 113 116 17 3 104 64
Binary 11011000 110111 101111 0 1001011 1001110 1111 11 1000100 110100

Color Harmonies of #D8372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8372F

Black with #D8372F

Text Example


Text Example

White with #D8372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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