Html Css Color HEX #C9352C Persian Red

📋 copy color: '#C9352C'

red 201 ◦ green 53 ◦ blue 44

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

Shades of Persian Red #C9352C

Tints of Persian Red #C9352C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.79%

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

R = 67.45%
G = 17.79%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9352C (or 0xC9352C) is known color: Persian Red. HEX triplet: C9, 35 and 2C. RGB value is (201,53,44). Sum of RGB (Red+Green+Blue) = 201+53+44=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C9352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9352C is #36CAD3. Grayscale: #606060. Windows color (decimal): -3590868 or 2897353. OLE color: 2897353.

HSL color Cylindrical-coordinate representation of color #C9352C: hue angle of 3.44º 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 #C9352C is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 53 44 -
CMYK 0 0.74 0.78 0.21
HSL 3.44º 0.64% 0.48% -
HSV(B) 3.44º 0.78% 0.79% -
XYZ 25.82 15.15 3.95 -
YUV 96.23 98.53 202.73 -
System Red Green Blue C M Y K H S L
Decimal 201 53 44 0 0.74 0.78 0.21 3.44 0.64 0.48
Hex C9 35 2C 0 4A 4E 15 3 40 30
Octal 311 65 54 0 112 116 25 3 100 60
Binary 11001001 110101 101100 0 1001010 1001110 10101 11 1000000 110000

Color Harmonies of #C9352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9352C

Black with #C9352C

Text Example


Text Example

White with #C9352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9352C; }

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

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

background-color css

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

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

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

border-color css

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

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

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