Html Css Color HEX #C93534 Persian Red

📋 copy color: '#C93534'

red 201 ◦ green 53 ◦ blue 52

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

Shades of Persian Red #C93534

Tints of Persian Red #C93534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.32%

 BLUE value IS 52 (20.7% from 255) = 16.99%

R = 65.69%
G = 17.32%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C93534 (or 0xC93534) is known color: Persian Red. HEX triplet: C9, 35 and 34. RGB value is (201,53,52). Sum of RGB (Red+Green+Blue) = 201+53+52=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C93534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93534 is #36CACB. Grayscale: #616161. Windows color (decimal): -3590860 or 3421641. OLE color: 3421641.

HSL color Cylindrical-coordinate representation of color #C93534: hue angle of 0.4º degrees, saturation: 0.59, 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 #C93534 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 53 52 -
CMYK 0 0.74 0.74 0.21
HSL 0.4º 0.59% 0.5% -
HSV(B) 0.4º 0.74% 0.79% -
XYZ 25.98 15.21 4.82 -
YUV 97.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 201 53 52 0 0.74 0.74 0.21 0.4 0.59 0.5
Hex C9 35 34 0 4A 4A 15 0 3B 32
Octal 311 65 64 0 112 112 25 0 73 62
Binary 11001001 110101 110100 0 1001010 1001010 10101 0 111011 110010

Color Harmonies of #C93534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93534

Black with #C93534

Text Example


Text Example

White with #C93534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93534; }

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

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

background-color css

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

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

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

border-color css

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

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

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