Html Css Color HEX #D9332B Persian Red

📋 copy color: '#D9332B'

red 217 ◦ green 51 ◦ blue 43

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

Shades of Persian Red #D9332B

Tints of Persian Red #D9332B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.83%

R = 69.77%
G = 16.4%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9332B (or 0xD9332B) is known color: Persian Red. HEX triplet: D9, 33 and 2B. RGB value is (217,51,43). Sum of RGB (Red+Green+Blue) = 217+51+43=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D9332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9332B is #26CCD4. Grayscale: #636363. Windows color (decimal): -2542805 or 2831321. OLE color: 2831321.

HSL color Cylindrical-coordinate representation of color #D9332B: hue angle of 2.76º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9332B is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 51 43 -
CMYK 0 0.76 0.80 0.15
HSL 2.76º 0.7% 0.51% -
HSV(B) 2.76º 0.8% 0.85% -
XYZ 30.24 17.29 4.03 -
YUV 99.72 96 211.65 -
System Red Green Blue C M Y K H S L
Decimal 217 51 43 0 0.76 0.80 0.15 2.76 0.7 0.51
Hex D9 33 2B 0 4C 50 F 3 46 33
Octal 331 63 53 0 114 120 17 3 106 63
Binary 11011001 110011 101011 0 1001100 1010000 1111 11 1000110 110011

Color Harmonies of #D9332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9332B

Black with #D9332B

Text Example


Text Example

White with #D9332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9332B; }

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

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

background-color css

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

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

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

border-color css

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

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

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