Html Css Color HEX #C93535 Persian Red

📋 copy color: '#C93535'

red 201 ◦ green 53 ◦ blue 53

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

Shades of Persian Red #C93535

Tints of Persian Red #C93535

RGB

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

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

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

R = 65.47%
G = 17.26%
B = 17.26%

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

#C93535 (or 0xC93535) is known color: Persian Red. HEX triplet: C9, 35 and 35. RGB value is (201,53,53). Sum of RGB (Red+Green+Blue) = 201+53+53=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C93535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93535 is #36CACA. Grayscale: #616161. Windows color (decimal): -3590859 or 3487177. OLE color: 3487177.

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

Color convert

RGB 201 53 53 -
CMYK 0 0.74 0.74 0.21
HSL 0.58% 0.5% -
HSV(B) 0.74% 0.79% -
XYZ 26 15.22 4.94 -
YUV 97.25 103.03 202 -
System Red Green Blue C M Y K H S L
Decimal 201 53 53 0 0.74 0.74 0.21 0 0.58 0.5
Hex C9 35 35 0 4A 4A 15 0 3A 32
Octal 311 65 65 0 112 112 25 0 72 62
Binary 11001001 110101 110101 0 1001010 1001010 10101 0 111010 110010

Color Harmonies of #C93535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93535

Black with #C93535

Text Example


Text Example

White with #C93535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93535; }

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

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

background-color css

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

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

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

border-color css

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

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

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