Html Css Color HEX #D8352D Persian Red

📋 copy color: '#D8352D'

red 216 ◦ green 53 ◦ blue 45

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

Shades of Persian Red #D8352D

Tints of Persian Red #D8352D

RGB

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

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

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

R = 68.79%
G = 16.88%
B = 14.33%

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

#D8352D (or 0xD8352D) is known color: Persian Red. HEX triplet: D8, 35 and 2D. RGB value is (216,53,45). Sum of RGB (Red+Green+Blue) = 216+53+45=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D8352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8352D is #27CAD2. Grayscale: #656565. Windows color (decimal): -2607827 or 2962904. OLE color: 2962904.

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

Color convert

RGB 216 53 45 -
CMYK 0 0.75 0.79 0.15
HSL 2.81º 0.69% 0.51% -
HSV(B) 2.81º 0.79% 0.85% -
XYZ 30.07 17.33 4.24 -
YUV 100.83 96.5 210.15 -
System Red Green Blue C M Y K H S L
Decimal 216 53 45 0 0.75 0.79 0.15 2.81 0.69 0.51
Hex D8 35 2D 0 4B 4F F 3 45 33
Octal 330 65 55 0 113 117 17 3 105 63
Binary 11011000 110101 101101 0 1001011 1001111 1111 11 1000101 110011

Color Harmonies of #D8352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8352D

Black with #D8352D

Text Example


Text Example

White with #D8352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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