Html Css Color HEX #C1372E Persian Red

📋 copy color: '#C1372E'

red 193 ◦ green 55 ◦ blue 46

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

Shades of Persian Red #C1372E

Tints of Persian Red #C1372E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 65.65%
G = 18.71%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1372E (or 0xC1372E) is known color: Persian Red. HEX triplet: C1, 37 and 2E. RGB value is (193,55,46). Sum of RGB (Red+Green+Blue) = 193+55+46=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C1372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1372E is #3EC8D1. Grayscale: #5F5F5F. Windows color (decimal): -4114642 or 3028929. OLE color: 3028929.

HSL color Cylindrical-coordinate representation of color #C1372E: hue angle of 3.67º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C1372E is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 55 46 -
CMYK 0 0.72 0.76 0.24
HSL 3.67º 0.62% 0.47% -
HSV(B) 3.67º 0.76% 0.76% -
XYZ 23.85 14.27 4.08 -
YUV 95.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 193 55 46 0 0.72 0.76 0.24 3.67 0.62 0.47
Hex C1 37 2E 0 48 4C 18 4 3E 2F
Octal 301 67 56 0 110 114 30 4 76 57
Binary 11000001 110111 101110 0 1001000 1001100 11000 100 111110 101111

Color Harmonies of #C1372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1372E

Black with #C1372E

Text Example


Text Example

White with #C1372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1372E; }

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

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

background-color css

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

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

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

border-color css

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

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

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