Html Css Color HEX #C1312B Persian Red

📋 copy color: '#C1312B'

red 193 ◦ green 49 ◦ blue 43

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

Shades of Persian Red #C1312B

Tints of Persian Red #C1312B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.19%

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 67.72%
G = 17.19%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1312B (or 0xC1312B) is known color: Persian Red. HEX triplet: C1, 31 and 2B. RGB value is (193,49,43). Sum of RGB (Red+Green+Blue) = 193+49+43=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C1312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1312B is #3ECED4. Grayscale: #5B5B5B. Windows color (decimal): -4116181 or 2830785. OLE color: 2830785.

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

Color convert

RGB 193 49 43 -
CMYK 0 0.75 0.78 0.24
HSL 2.4º 0.64% 0.46% -
HSV(B) 2.4º 0.78% 0.76% -
XYZ 23.53 13.71 3.69 -
YUV 91.37 100.71 200.49 -
System Red Green Blue C M Y K H S L
Decimal 193 49 43 0 0.75 0.78 0.24 2.4 0.64 0.46
Hex C1 31 2B 0 4B 4E 18 2 40 2E
Octal 301 61 53 0 113 116 30 2 100 56
Binary 11000001 110001 101011 0 1001011 1001110 11000 10 1000000 101110

Color Harmonies of #C1312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1312B

Black with #C1312B

Text Example


Text Example

White with #C1312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1312B; }

 p { color: rgb(193,49,43); }

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

background-color css

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

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

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

border-color css

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

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

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