Html Css Color HEX #C13732 Persian Red

📋 copy color: '#C13732'

red 193 ◦ green 55 ◦ blue 50

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

Shades of Persian Red #C13732

Tints of Persian Red #C13732

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.46%

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

R = 64.77%
G = 18.46%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C13732 (or 0xC13732) is known color: Persian Red. HEX triplet: C1, 37 and 32. RGB value is (193,55,50). Sum of RGB (Red+Green+Blue) = 193+55+50=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C13732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13732 is #3EC8CD. Grayscale: #5F5F5F. Windows color (decimal): -4114638 or 3291073. OLE color: 3291073.

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

Color convert

RGB 193 55 50 -
CMYK 0 0.72 0.74 0.24
HSL 2.1º 0.59% 0.48% -
HSV(B) 2.1º 0.74% 0.76% -
XYZ 23.93 14.3 4.52 -
YUV 95.69 102.22 197.41 -
System Red Green Blue C M Y K H S L
Decimal 193 55 50 0 0.72 0.74 0.24 2.1 0.59 0.48
Hex C1 37 32 0 48 4A 18 2 3B 30
Octal 301 67 62 0 110 112 30 2 73 60
Binary 11000001 110111 110010 0 1001000 1001010 11000 10 111011 110000

Color Harmonies of #C13732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13732

Black with #C13732

Text Example


Text Example

White with #C13732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13732; }

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

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

background-color css

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

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

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

border-color css

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

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

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