Html Css Color HEX #D8372B Persian Red

📋 copy color: '#D8372B'

red 216 ◦ green 55 ◦ blue 43

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

Shades of Persian Red #D8372B

Tints of Persian Red #D8372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.69%

R = 68.79%
G = 17.52%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8372B (or 0xD8372B) is known color: Persian Red. HEX triplet: D8, 37 and 2B. RGB value is (216,55,43). Sum of RGB (Red+Green+Blue) = 216+55+43=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D8372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8372B is #27C8D4. Grayscale: #656565. Windows color (decimal): -2607317 or 2832344. OLE color: 2832344.

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

Color convert

RGB 216 55 43 -
CMYK 0 0.75 0.80 0.15
HSL 4.16º 0.69% 0.51% -
HSV(B) 4.16º 0.8% 0.85% -
XYZ 30.12 17.51 4.08 -
YUV 101.77 94.84 209.48 -
System Red Green Blue C M Y K H S L
Decimal 216 55 43 0 0.75 0.80 0.15 4.16 0.69 0.51
Hex D8 37 2B 0 4B 50 F 4 45 33
Octal 330 67 53 0 113 120 17 4 105 63
Binary 11011000 110111 101011 0 1001011 1010000 1111 100 1000101 110011

Color Harmonies of #D8372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8372B

Black with #D8372B

Text Example


Text Example

White with #D8372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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