Html Css Color HEX #C93732 Persian Red

📋 copy color: '#C93732'

red 201 ◦ green 55 ◦ blue 50

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

Shades of Persian Red #C93732

Tints of Persian Red #C93732

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.97%

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

R = 65.69%
G = 17.97%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C93732 (or 0xC93732) is known color: Persian Red. HEX triplet: C9, 37 and 32. RGB value is (201,55,50). Sum of RGB (Red+Green+Blue) = 201+55+50=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C93732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93732 is #36C8CD. Grayscale: #626262. Windows color (decimal): -3590350 or 3291081. OLE color: 3291081.

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

Color convert

RGB 201 55 50 -
CMYK 0 0.73 0.75 0.21
HSL 1.99º 0.6% 0.49% -
HSV(B) 1.99º 0.75% 0.79% -
XYZ 26.03 15.38 4.61 -
YUV 98.08 100.87 201.41 -
System Red Green Blue C M Y K H S L
Decimal 201 55 50 0 0.73 0.75 0.21 1.99 0.6 0.49
Hex C9 37 32 0 49 4B 15 2 3C 31
Octal 311 67 62 0 111 113 25 2 74 61
Binary 11001001 110111 110010 0 1001001 1001011 10101 10 111100 110001

Color Harmonies of #C93732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93732

Black with #C93732

Text Example


Text Example

White with #C93732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93732; }

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

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

background-color css

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

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

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

border-color css

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

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

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