Html Css Color HEX #C13535 Persian Red

📋 copy color: '#C13535'

red 193 ◦ green 53 ◦ blue 53

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

Shades of Persian Red #C13535

Tints of Persian Red #C13535

RGB

 RED value IS 193 (75.78% from 255) = 64.55%

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

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

R = 64.55%
G = 17.73%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C13535 (or 0xC13535) is known color: Persian Red. HEX triplet: C1, 35 and 35. RGB value is (193,53,53). Sum of RGB (Red+Green+Blue) = 193+53+53=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C13535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13535 is #3ECACA. Grayscale: #5F5F5F. Windows color (decimal): -4115147 or 3487169. OLE color: 3487169.

HSL color Cylindrical-coordinate representation of color #C13535: hue angle of 0º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13535 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 53 53 -
CMYK 0 0.73 0.73 0.24
HSL 0.57% 0.48% -
HSV(B) 0.73% 0.76% -
XYZ 23.91 14.14 4.84 -
YUV 94.86 104.38 198 -
System Red Green Blue C M Y K H S L
Decimal 193 53 53 0 0.73 0.73 0.24 0 0.57 0.48
Hex C1 35 35 0 49 49 18 0 39 30
Octal 301 65 65 0 111 111 30 0 71 60
Binary 11000001 110101 110101 0 1001001 1001001 11000 0 111001 110000

Color Harmonies of #C13535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13535

Black with #C13535

Text Example


Text Example

White with #C13535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13535; }

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

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

background-color css

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

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

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

border-color css

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

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

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