Html Css Color HEX #C2372C Persian Red

📋 copy color: '#C2372C'

red 194 ◦ green 55 ◦ blue 44

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

Shades of Persian Red #C2372C

Tints of Persian Red #C2372C

RGB

 RED value IS 194 (76.17% from 255) = 66.21%

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

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

R = 66.21%
G = 18.77%
B = 15.02%

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

#C2372C (or 0xC2372C) is known color: Persian Red. HEX triplet: C2, 37 and 2C. RGB value is (194,55,44). Sum of RGB (Red+Green+Blue) = 194+55+44=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C2372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2372C is #3DC8D3. Grayscale: #5F5F5F. Windows color (decimal): -4049108 or 2897858. OLE color: 2897858.

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

Color convert

RGB 194 55 44 -
CMYK 0 0.72 0.77 0.24
HSL 4.4º 0.63% 0.47% -
HSV(B) 4.4º 0.77% 0.76% -
XYZ 24.07 14.38 3.89 -
YUV 95.31 99.05 198.39 -
System Red Green Blue C M Y K H S L
Decimal 194 55 44 0 0.72 0.77 0.24 4.4 0.63 0.47
Hex C2 37 2C 0 48 4D 18 4 3F 2F
Octal 302 67 54 0 110 115 30 4 77 57
Binary 11000010 110111 101100 0 1001000 1001101 11000 100 111111 101111

Color Harmonies of #C2372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2372C

Black with #C2372C

Text Example


Text Example

White with #C2372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2372C; }

 p { color: rgb(194,55,44); }

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

background-color css

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

 a { background-color: rgb(194,55,44); }

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

border-color css

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

 span { border-color: rgb(194,55,44); }

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