Html Css Color HEX #D8392D Persian Red

📋 copy color: '#D8392D'

red 216 ◦ green 57 ◦ blue 45

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

Shades of Persian Red #D8392D

Tints of Persian Red #D8392D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.92%

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

R = 67.92%
G = 17.92%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8392D (or 0xD8392D) is known color: Persian Red. HEX triplet: D8, 39 and 2D. RGB value is (216,57,45). Sum of RGB (Red+Green+Blue) = 216+57+45=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D8392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8392D is #27C6D2. Grayscale: #676767. Windows color (decimal): -2606803 or 2963928. OLE color: 2963928.

HSL color Cylindrical-coordinate representation of color #D8392D: hue angle of 4.21º 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 #D8392D is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 57 45 -
CMYK 0 0.74 0.79 0.15
HSL 4.21º 0.69% 0.51% -
HSV(B) 4.21º 0.79% 0.85% -
XYZ 30.26 17.71 4.31 -
YUV 103.17 95.18 208.48 -
System Red Green Blue C M Y K H S L
Decimal 216 57 45 0 0.74 0.79 0.15 4.21 0.69 0.51
Hex D8 39 2D 0 4A 4F F 4 45 33
Octal 330 71 55 0 112 117 17 4 105 63
Binary 11011000 111001 101101 0 1001010 1001111 1111 100 1000101 110011

Color Harmonies of #D8392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8392D

Black with #D8392D

Text Example


Text Example

White with #D8392D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8392D; }

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

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

background-color css

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

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

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

border-color css

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

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

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