Html Css Color HEX #C9322C Persian Red

📋 copy color: '#C9322C'

red 201 ◦ green 50 ◦ blue 44

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

Shades of Persian Red #C9322C

Tints of Persian Red #C9322C

RGB

 RED value IS 201 (78.91% from 255) = 68.14%

 GREEN value IS 50 (19.92% from 255) = 16.95%

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

R = 68.14%
G = 16.95%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9322C (or 0xC9322C) is known color: Persian Red. HEX triplet: C9, 32 and 2C. RGB value is (201,50,44). Sum of RGB (Red+Green+Blue) = 201+50+44=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C9322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9322C is #36CDD3. Grayscale: #5E5E5E. Windows color (decimal): -3591636 or 2896585. OLE color: 2896585.

HSL color Cylindrical-coordinate representation of color #C9322C: hue angle of 2.29º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9322C is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 50 44 -
CMYK 0 0.75 0.78 0.21
HSL 2.29º 0.64% 0.48% -
HSV(B) 2.29º 0.78% 0.79% -
XYZ 25.68 14.88 3.9 -
YUV 94.47 99.53 203.99 -
System Red Green Blue C M Y K H S L
Decimal 201 50 44 0 0.75 0.78 0.21 2.29 0.64 0.48
Hex C9 32 2C 0 4B 4E 15 2 40 30
Octal 311 62 54 0 113 116 25 2 100 60
Binary 11001001 110010 101100 0 1001011 1001110 10101 10 1000000 110000

Color Harmonies of #C9322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9322C

Black with #C9322C

Text Example


Text Example

White with #C9322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9322C; }

 p { color: rgb(201,50,44); }

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

background-color css

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

 a { background-color: rgb(201,50,44); }

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

border-color css

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

 span { border-color: rgb(201,50,44); }

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