Html Css Color HEX #C1322C Persian Red

📋 copy color: '#C1322C'

red 193 ◦ green 50 ◦ blue 44

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

Shades of Persian Red #C1322C

Tints of Persian Red #C1322C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.42%

 BLUE value IS 44 (17.58% from 255) = 15.33%

R = 67.25%
G = 17.42%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1322C (or 0xC1322C) is known color: Persian Red. HEX triplet: C1, 32 and 2C. RGB value is (193,50,44). Sum of RGB (Red+Green+Blue) = 193+50+44=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C1322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1322C is #3ECDD3. Grayscale: #5C5C5C. Windows color (decimal): -4115924 or 2896577. OLE color: 2896577.

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

Color convert

RGB 193 50 44 -
CMYK 0 0.74 0.77 0.24
HSL 2.42º 0.63% 0.46% -
HSV(B) 2.42º 0.77% 0.76% -
XYZ 23.59 13.8 3.8 -
YUV 92.07 100.88 199.99 -
System Red Green Blue C M Y K H S L
Decimal 193 50 44 0 0.74 0.77 0.24 2.42 0.63 0.46
Hex C1 32 2C 0 4A 4D 18 2 3F 2E
Octal 301 62 54 0 112 115 30 2 77 56
Binary 11000001 110010 101100 0 1001010 1001101 11000 10 111111 101110

Color Harmonies of #C1322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1322C

Black with #C1322C

Text Example


Text Example

White with #C1322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1322C; }

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

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

background-color css

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

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

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

border-color css

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

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

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