Html Css Color HEX #C13534 Persian Red

📋 copy color: '#C13534'

red 193 ◦ green 53 ◦ blue 52

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

Shades of Persian Red #C13534

Tints of Persian Red #C13534

RGB

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

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

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

R = 64.77%
G = 17.79%
B = 17.45%

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

#C13534 (or 0xC13534) is known color: Persian Red. HEX triplet: C1, 35 and 34. RGB value is (193,53,52). Sum of RGB (Red+Green+Blue) = 193+53+52=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C13534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13534 is #3ECACB. Grayscale: #5E5E5E. Windows color (decimal): -4115148 or 3421633. OLE color: 3421633.

HSL color Cylindrical-coordinate representation of color #C13534: hue angle of 0.43º degrees, saturation: 0.58, 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 #C13534 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 53 52 -
CMYK 0 0.73 0.73 0.24
HSL 0.43º 0.58% 0.48% -
HSV(B) 0.43º 0.73% 0.76% -
XYZ 23.89 14.13 4.72 -
YUV 94.75 103.88 198.08 -
System Red Green Blue C M Y K H S L
Decimal 193 53 52 0 0.73 0.73 0.24 0.43 0.58 0.48
Hex C1 35 34 0 49 49 18 0 3A 30
Octal 301 65 64 0 111 111 30 0 72 60
Binary 11000001 110101 110100 0 1001001 1001001 11000 0 111010 110000

Color Harmonies of #C13534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13534

Black with #C13534

Text Example


Text Example

White with #C13534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13534; }

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

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

background-color css

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

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

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

border-color css

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

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

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