Html Css Color HEX #D8332A Persian Red

📋 copy color: '#D8332A'

red 216 ◦ green 51 ◦ blue 42

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

Shades of Persian Red #D8332A

Tints of Persian Red #D8332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.5%

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

R = 69.9%
G = 16.5%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8332A (or 0xD8332A) is known color: Persian Red. HEX triplet: D8, 33 and 2A. RGB value is (216,51,42). Sum of RGB (Red+Green+Blue) = 216+51+42=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D8332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8332A is #27CCD5. Grayscale: #636363. Windows color (decimal): -2608342 or 2765784. OLE color: 2765784.

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

Color convert

RGB 216 51 42 -
CMYK 0 0.76 0.81 0.15
HSL 3.1º 0.69% 0.51% -
HSV(B) 3.1º 0.81% 0.85% -
XYZ 29.92 17.13 3.92 -
YUV 99.31 95.66 211.23 -
System Red Green Blue C M Y K H S L
Decimal 216 51 42 0 0.76 0.81 0.15 3.1 0.69 0.51
Hex D8 33 2A 0 4C 51 F 3 45 33
Octal 330 63 52 0 114 121 17 3 105 63
Binary 11011000 110011 101010 0 1001100 1010001 1111 11 1000101 110011

Color Harmonies of #D8332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8332A

Black with #D8332A

Text Example


Text Example

White with #D8332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8332A; }

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

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

background-color css

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

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

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

border-color css

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

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

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