Html Css Color HEX #C13C34 Persian Red

📋 copy color: '#C13C34'

red 193 ◦ green 60 ◦ blue 52

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

Shades of Persian Red #C13C34

Tints of Persian Red #C13C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.67%

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

R = 63.28%
G = 19.67%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C13C34 (or 0xC13C34) is known color: Persian Red. HEX triplet: C1, 3C and 34. RGB value is (193,60,52). Sum of RGB (Red+Green+Blue) = 193+60+52=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13C34 is #3EC3CB. Grayscale: #636363. Windows color (decimal): -4113356 or 3423425. OLE color: 3423425.

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

Color convert

RGB 193 60 52 -
CMYK 0 0.69 0.73 0.24
HSL 3.4º 0.58% 0.48% -
HSV(B) 3.4º 0.73% 0.76% -
XYZ 24.23 14.82 4.83 -
YUV 98.86 101.56 195.15 -
System Red Green Blue C M Y K H S L
Decimal 193 60 52 0 0.69 0.73 0.24 3.4 0.58 0.48
Hex C1 3C 34 0 45 49 18 3 3A 30
Octal 301 74 64 0 105 111 30 3 72 60
Binary 11000001 111100 110100 0 1000101 1001001 11000 11 111010 110000

Color Harmonies of #C13C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13C34

Black with #C13C34

Text Example


Text Example

White with #C13C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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