Html Css Color HEX #C93A39 Persian Red

📋 copy color: '#C93A39'

red 201 ◦ green 58 ◦ blue 57

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

Shades of Persian Red #C93A39

Tints of Persian Red #C93A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.04%

R = 63.61%
G = 18.35%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C93A39 (or 0xC93A39) is known color: Persian Red. HEX triplet: C9, 3A and 39. RGB value is (201,58,57). Sum of RGB (Red+Green+Blue) = 201+58+57=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93A39 is #36C5C6. Grayscale: #646464. Windows color (decimal): -3589575 or 3750601. OLE color: 3750601.

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

Color convert

RGB 201 58 57 -
CMYK 0 0.71 0.72 0.21
HSL 0.42º 0.57% 0.51% -
HSV(B) 0.42º 0.72% 0.79% -
XYZ 26.34 15.74 5.52 -
YUV 100.64 103.38 199.58 -
System Red Green Blue C M Y K H S L
Decimal 201 58 57 0 0.71 0.72 0.21 0.42 0.57 0.51
Hex C9 3A 39 0 47 48 15 0 39 33
Octal 311 72 71 0 107 110 25 0 71 63
Binary 11001001 111010 111001 0 1000111 1001000 10101 0 111001 110011

Color Harmonies of #C93A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93A39

Black with #C93A39

Text Example


Text Example

White with #C93A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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