Html Css Color HEX #C93232 Persian Red

📋 copy color: '#C93232'

red 201 ◦ green 50 ◦ blue 50

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

Shades of Persian Red #C93232

Tints of Persian Red #C93232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.61%

R = 66.78%
G = 16.61%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C93232 (or 0xC93232) is known color: Persian Red. HEX triplet: C9, 32 and 32. RGB value is (201,50,50). Sum of RGB (Red+Green+Blue) = 201+50+50=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C93232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93232 is #36CDCD. Grayscale: #5F5F5F. Windows color (decimal): -3591630 or 3289801. OLE color: 3289801.

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

Color convert

RGB 201 50 50 -
CMYK 0 0.75 0.75 0.21
HSL 0.6% 0.49% -
HSV(B) 0.75% 0.79% -
XYZ 25.8 14.93 4.54 -
YUV 95.15 102.53 203.5 -
System Red Green Blue C M Y K H S L
Decimal 201 50 50 0 0.75 0.75 0.21 0 0.6 0.49
Hex C9 32 32 0 4B 4B 15 0 3C 31
Octal 311 62 62 0 113 113 25 0 74 61
Binary 11001001 110010 110010 0 1001011 1001011 10101 0 111100 110001

Color Harmonies of #C93232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93232

Black with #C93232

Text Example


Text Example

White with #C93232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93232; }

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

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

background-color css

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

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

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

border-color css

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

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

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