Html Css Color HEX #C93935 Persian Red

📋 copy color: '#C93935'

red 201 ◦ green 57 ◦ blue 53

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

Shades of Persian Red #C93935

Tints of Persian Red #C93935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.04%

R = 64.63%
G = 18.33%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C93935 (or 0xC93935) is known color: Persian Red. HEX triplet: C9, 39 and 35. RGB value is (201,57,53). Sum of RGB (Red+Green+Blue) = 201+57+53=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C93935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93935 is #36C6CA. Grayscale: #636363. Windows color (decimal): -3589835 or 3488201. OLE color: 3488201.

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

Color convert

RGB 201 57 53 -
CMYK 0 0.72 0.74 0.21
HSL 1.62º 0.58% 0.5% -
HSV(B) 1.62º 0.74% 0.79% -
XYZ 26.19 15.6 5 -
YUV 99.6 101.71 200.33 -
System Red Green Blue C M Y K H S L
Decimal 201 57 53 0 0.72 0.74 0.21 1.62 0.58 0.5
Hex C9 39 35 0 48 4A 15 2 3A 32
Octal 311 71 65 0 110 112 25 2 72 62
Binary 11001001 111001 110101 0 1001000 1001010 10101 10 111010 110010

Color Harmonies of #C93935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93935

Black with #C93935

Text Example


Text Example

White with #C93935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93935; }

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

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

background-color css

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

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

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

border-color css

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

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

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