Html Css Color HEX #C1372F Persian Red

📋 copy color: '#C1372F'

red 193 ◦ green 55 ◦ blue 47

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

Shades of Persian Red #C1372F

Tints of Persian Red #C1372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.93%

R = 65.42%
G = 18.64%
B = 15.93%

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

#C1372F (or 0xC1372F) is known color: Persian Red. HEX triplet: C1, 37 and 2F. RGB value is (193,55,47). Sum of RGB (Red+Green+Blue) = 193+55+47=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C1372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1372F is #3EC8D0. Grayscale: #5F5F5F. Windows color (decimal): -4114641 or 3094465. OLE color: 3094465.

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

Color convert

RGB 193 55 47 -
CMYK 0 0.72 0.76 0.24
HSL 3.29º 0.61% 0.47% -
HSV(B) 3.29º 0.76% 0.76% -
XYZ 23.87 14.28 4.19 -
YUV 95.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 193 55 47 0 0.72 0.76 0.24 3.29 0.61 0.47
Hex C1 37 2F 0 48 4C 18 3 3D 2F
Octal 301 67 57 0 110 114 30 3 75 57
Binary 11000001 110111 101111 0 1001000 1001100 11000 11 111101 101111

Color Harmonies of #C1372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1372F

Black with #C1372F

Text Example


Text Example

White with #C1372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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