Html Css Color HEX #D9332A Persian Red

📋 copy color: '#D9332A'

red 217 ◦ green 51 ◦ blue 42

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

Shades of Persian Red #D9332A

Tints of Persian Red #D9332A

RGB

 RED value IS 217 (85.16% from 255) = 70%

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

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

R = 70%
G = 16.45%
B = 13.55%

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

#D9332A (or 0xD9332A) is known color: Persian Red. HEX triplet: D9, 33 and 2A. RGB value is (217,51,42). Sum of RGB (Red+Green+Blue) = 217+51+42=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D9332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9332A is #26CCD5. Grayscale: #636363. Windows color (decimal): -2542806 or 2765785. OLE color: 2765785.

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

Color convert

RGB 217 51 42 -
CMYK 0 0.76 0.81 0.15
HSL 3.09º 0.7% 0.51% -
HSV(B) 3.09º 0.81% 0.85% -
XYZ 30.22 17.29 3.93 -
YUV 99.61 95.5 211.73 -
System Red Green Blue C M Y K H S L
Decimal 217 51 42 0 0.76 0.81 0.15 3.09 0.7 0.51
Hex D9 33 2A 0 4C 51 F 3 46 33
Octal 331 63 52 0 114 121 17 3 106 63
Binary 11011001 110011 101010 0 1001100 1010001 1111 11 1000110 110011

Color Harmonies of #D9332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9332A

Black with #D9332A

Text Example


Text Example

White with #D9332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9332A; }

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

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

background-color css

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

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

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

border-color css

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

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

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