Html Css Color HEX #C9362C Persian Red

📋 copy color: '#C9362C'

red 201 ◦ green 54 ◦ blue 44

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

Shades of Persian Red #C9362C

Tints of Persian Red #C9362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.06%

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

R = 67.22%
G = 18.06%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9362C (or 0xC9362C) is known color: Persian Red. HEX triplet: C9, 36 and 2C. RGB value is (201,54,44). Sum of RGB (Red+Green+Blue) = 201+54+44=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C9362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9362C is #36C9D3. Grayscale: #616161. Windows color (decimal): -3590612 or 2897609. OLE color: 2897609.

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

Color convert

RGB 201 54 44 -
CMYK 0 0.73 0.78 0.21
HSL 3.82º 0.64% 0.48% -
HSV(B) 3.82º 0.78% 0.79% -
XYZ 25.86 15.24 3.96 -
YUV 96.81 98.2 202.31 -
System Red Green Blue C M Y K H S L
Decimal 201 54 44 0 0.73 0.78 0.21 3.82 0.64 0.48
Hex C9 36 2C 0 49 4E 15 4 40 30
Octal 311 66 54 0 111 116 25 4 100 60
Binary 11001001 110110 101100 0 1001001 1001110 10101 100 1000000 110000

Color Harmonies of #C9362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9362C

Black with #C9362C

Text Example


Text Example

White with #C9362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9362C; }

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

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

background-color css

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

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

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

border-color css

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

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

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