Html Css Color HEX #C93A37 Persian Red

📋 copy color: '#C93A37'

red 201 ◦ green 58 ◦ blue 55

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

Shades of Persian Red #C93A37

Tints of Persian Red #C93A37

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.47%

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

R = 64.01%
G = 18.47%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C93A37 (or 0xC93A37) is known color: Persian Red. HEX triplet: C9, 3A and 37. RGB value is (201,58,55). Sum of RGB (Red+Green+Blue) = 201+58+55=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93A37 is #36C5C8. Grayscale: #646464. Windows color (decimal): -3589577 or 3619529. OLE color: 3619529.

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

Color convert

RGB 201 58 55 -
CMYK 0 0.71 0.73 0.21
HSL 1.23º 0.57% 0.5% -
HSV(B) 1.23º 0.73% 0.79% -
XYZ 26.29 15.72 5.26 -
YUV 100.42 102.38 199.74 -
System Red Green Blue C M Y K H S L
Decimal 201 58 55 0 0.71 0.73 0.21 1.23 0.57 0.5
Hex C9 3A 37 0 47 49 15 1 39 32
Octal 311 72 67 0 107 111 25 1 71 62
Binary 11001001 111010 110111 0 1000111 1001001 10101 1 111001 110010

Color Harmonies of #C93A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93A37

Black with #C93A37

Text Example


Text Example

White with #C93A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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