Html Css Color HEX #C9332E Persian Red

📋 copy color: '#C9332E'

red 201 ◦ green 51 ◦ blue 46

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

Shades of Persian Red #C9332E

Tints of Persian Red #C9332E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.44%

R = 67.45%
G = 17.11%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9332E (or 0xC9332E) is known color: Persian Red. HEX triplet: C9, 33 and 2E. RGB value is (201,51,46). Sum of RGB (Red+Green+Blue) = 201+51+46=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C9332E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9332E is #36CCD1. Grayscale: #5F5F5F. Windows color (decimal): -3591378 or 3027913. OLE color: 3027913.

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

Color convert

RGB 201 51 46 -
CMYK 0 0.75 0.77 0.21
HSL 1.94º 0.63% 0.48% -
HSV(B) 1.94º 0.77% 0.79% -
XYZ 25.76 14.98 4.12 -
YUV 95.28 100.2 203.41 -
System Red Green Blue C M Y K H S L
Decimal 201 51 46 0 0.75 0.77 0.21 1.94 0.63 0.48
Hex C9 33 2E 0 4B 4D 15 2 3F 30
Octal 311 63 56 0 113 115 25 2 77 60
Binary 11001001 110011 101110 0 1001011 1001101 10101 10 111111 110000

Color Harmonies of #C9332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9332E

Black with #C9332E

Text Example


Text Example

White with #C9332E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9332E; }

 p { color: rgb(201,51,46); }

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

background-color css

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

 a { background-color: rgb(201,51,46); }

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

border-color css

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

 span { border-color: rgb(201,51,46); }

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