Html Css Color HEX #D9332C Persian Red

📋 copy color: '#D9332C'

red 217 ◦ green 51 ◦ blue 44

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

Shades of Persian Red #D9332C

Tints of Persian Red #D9332C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.1%

R = 69.55%
G = 16.35%
B = 14.1%

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

#D9332C (or 0xD9332C) is known color: Persian Red. HEX triplet: D9, 33 and 2C. RGB value is (217,51,44). Sum of RGB (Red+Green+Blue) = 217+51+44=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D9332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9332C is #26CCD3. Grayscale: #646464. Windows color (decimal): -2542804 or 2896857. OLE color: 2896857.

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

Color convert

RGB 217 51 44 -
CMYK 0 0.76 0.80 0.15
HSL 2.43º 0.69% 0.51% -
HSV(B) 2.43º 0.8% 0.85% -
XYZ 30.25 17.3 4.13 -
YUV 99.84 96.5 211.57 -
System Red Green Blue C M Y K H S L
Decimal 217 51 44 0 0.76 0.80 0.15 2.43 0.69 0.51
Hex D9 33 2C 0 4C 50 F 2 45 33
Octal 331 63 54 0 114 120 17 2 105 63
Binary 11011001 110011 101100 0 1001100 1010000 1111 10 1000101 110011

Color Harmonies of #D9332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9332C

Black with #D9332C

Text Example


Text Example

White with #D9332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9332C; }

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

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

background-color css

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

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

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

border-color css

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

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

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