Html Css Color HEX #C13A32 Persian Red

📋 copy color: '#C13A32'

red 193 ◦ green 58 ◦ blue 50

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

Shades of Persian Red #C13A32

Tints of Persian Red #C13A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.27%

 BLUE value IS 50 (19.92% from 255) = 16.61%

R = 64.12%
G = 19.27%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C13A32 (or 0xC13A32) is known color: Persian Red. HEX triplet: C1, 3A and 32. RGB value is (193,58,50). Sum of RGB (Red+Green+Blue) = 193+58+50=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13A32 is #3EC5CD. Grayscale: #616161. Windows color (decimal): -4113870 or 3291841. OLE color: 3291841.

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

Color convert

RGB 193 58 50 -
CMYK 0 0.70 0.74 0.24
HSL 3.36º 0.59% 0.48% -
HSV(B) 3.36º 0.74% 0.76% -
XYZ 24.08 14.59 4.57 -
YUV 97.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 193 58 50 0 0.70 0.74 0.24 3.36 0.59 0.48
Hex C1 3A 32 0 46 4A 18 3 3B 30
Octal 301 72 62 0 106 112 30 3 73 60
Binary 11000001 111010 110010 0 1000110 1001010 11000 11 111011 110000

Color Harmonies of #C13A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13A32

Black with #C13A32

Text Example


Text Example

White with #C13A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13A32; }

 p { color: rgb(193,58,50); }

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

background-color css

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

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

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

border-color css

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

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

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