Html Css Color HEX #C1362C Persian Red

📋 copy color: '#C1362C'

red 193 ◦ green 54 ◦ blue 44

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

Shades of Persian Red #C1362C

Tints of Persian Red #C1362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.56%

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

R = 66.32%
G = 18.56%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1362C (or 0xC1362C) is known color: Persian Red. HEX triplet: C1, 36 and 2C. RGB value is (193,54,44). Sum of RGB (Red+Green+Blue) = 193+54+44=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C1362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1362C is #3EC9D3. Grayscale: #5E5E5E. Windows color (decimal): -4114900 or 2897601. OLE color: 2897601.

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

Color convert

RGB 193 54 44 -
CMYK 0 0.72 0.77 0.24
HSL 4.03º 0.63% 0.46% -
HSV(B) 4.03º 0.77% 0.76% -
XYZ 23.77 14.16 3.86 -
YUV 94.42 99.55 198.31 -
System Red Green Blue C M Y K H S L
Decimal 193 54 44 0 0.72 0.77 0.24 4.03 0.63 0.46
Hex C1 36 2C 0 48 4D 18 4 3F 2E
Octal 301 66 54 0 110 115 30 4 77 56
Binary 11000001 110110 101100 0 1001000 1001101 11000 100 111111 101110

Color Harmonies of #C1362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1362C

Black with #C1362C

Text Example


Text Example

White with #C1362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1362C; }

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

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

background-color css

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

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

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

border-color css

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

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

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