Html Css Color HEX #C93937 Persian Red

📋 copy color: '#C93937'

red 201 ◦ green 57 ◦ blue 55

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

Shades of Persian Red #C93937

Tints of Persian Red #C93937

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.21%

 BLUE value IS 55 (21.88% from 255) = 17.57%

R = 64.22%
G = 18.21%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C93937 (or 0xC93937) is known color: Persian Red. HEX triplet: C9, 39 and 37. RGB value is (201,57,55). Sum of RGB (Red+Green+Blue) = 201+57+55=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C93937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93937 is #36C6C8. Grayscale: #636363. Windows color (decimal): -3589833 or 3619273. OLE color: 3619273.

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

Color convert

RGB 201 57 55 -
CMYK 0 0.72 0.73 0.21
HSL 0.82º 0.57% 0.5% -
HSV(B) 0.82º 0.73% 0.79% -
XYZ 26.24 15.62 5.25 -
YUV 99.83 102.71 200.16 -
System Red Green Blue C M Y K H S L
Decimal 201 57 55 0 0.72 0.73 0.21 0.82 0.57 0.5
Hex C9 39 37 0 48 49 15 1 39 32
Octal 311 71 67 0 110 111 25 1 71 62
Binary 11001001 111001 110111 0 1001000 1001001 10101 1 111001 110010

Color Harmonies of #C93937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93937

Black with #C93937

Text Example


Text Example

White with #C93937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93937; }

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

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

background-color css

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

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

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

border-color css

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

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

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