Html Css Color HEX #D8352F Persian Red

📋 copy color: '#D8352F'

red 216 ◦ green 53 ◦ blue 47

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

Shades of Persian Red #D8352F

Tints of Persian Red #D8352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.77%

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

R = 68.35%
G = 16.77%
B = 14.87%

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

#D8352F (or 0xD8352F) is known color: Persian Red. HEX triplet: D8, 35 and 2F. RGB value is (216,53,47). Sum of RGB (Red+Green+Blue) = 216+53+47=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D8352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8352F is #27CAD0. Grayscale: #656565. Windows color (decimal): -2607825 or 3093976. OLE color: 3093976.

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

Color convert

RGB 216 53 47 -
CMYK 0 0.75 0.78 0.15
HSL 2.13º 0.68% 0.52% -
HSV(B) 2.13º 0.78% 0.85% -
XYZ 30.11 17.35 4.45 -
YUV 101.05 97.5 209.99 -
System Red Green Blue C M Y K H S L
Decimal 216 53 47 0 0.75 0.78 0.15 2.13 0.68 0.52
Hex D8 35 2F 0 4B 4E F 2 44 34
Octal 330 65 57 0 113 116 17 2 104 64
Binary 11011000 110101 101111 0 1001011 1001110 1111 10 1000100 110100

Color Harmonies of #D8352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8352F

Black with #D8352F

Text Example


Text Example

White with #D8352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8352F; }

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

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

background-color css

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

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

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

border-color css

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

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

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