Html Css Color HEX #D8352A Persian Red

📋 copy color: '#D8352A'

red 216 ◦ green 53 ◦ blue 42

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

Shades of Persian Red #D8352A

Tints of Persian Red #D8352A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.5%

R = 69.45%
G = 17.04%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8352A (or 0xD8352A) is known color: Persian Red. HEX triplet: D8, 35 and 2A. RGB value is (216,53,42). Sum of RGB (Red+Green+Blue) = 216+53+42=311 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.45% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 216 - color contains mainly: red. Hex color #D8352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8352A is #27CAD5. Grayscale: #646464. Windows color (decimal): -2607830 or 2766296. OLE color: 2766296.

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

Color convert

RGB 216 53 42 -
CMYK 0 0.75 0.81 0.15
HSL 3.79º 0.69% 0.51% -
HSV(B) 3.79º 0.81% 0.85% -
XYZ 30.01 17.31 3.95 -
YUV 100.48 95 210.39 -
System Red Green Blue C M Y K H S L
Decimal 216 53 42 0 0.75 0.81 0.15 3.79 0.69 0.51
Hex D8 35 2A 0 4B 51 F 4 45 33
Octal 330 65 52 0 113 121 17 4 105 63
Binary 11011000 110101 101010 0 1001011 1010001 1111 100 1000101 110011

Color Harmonies of #D8352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8352A

Black with #D8352A

Text Example


Text Example

White with #D8352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8352A; }

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

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

background-color css

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

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

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

border-color css

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

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

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