Html Css Color HEX #C2372A Persian Red

📋 copy color: '#C2372A'

red 194 ◦ green 55 ◦ blue 42

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

Shades of Persian Red #C2372A

Tints of Persian Red #C2372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.43%

R = 66.67%
G = 18.9%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2372A (or 0xC2372A) is known color: Persian Red. HEX triplet: C2, 37 and 2A. RGB value is (194,55,42). Sum of RGB (Red+Green+Blue) = 194+55+42=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C2372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2372A is #3DC8D5. Grayscale: #5F5F5F. Windows color (decimal): -4049110 or 2766786. OLE color: 2766786.

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

Color convert

RGB 194 55 42 -
CMYK 0 0.72 0.78 0.24
HSL 5.13º 0.64% 0.46% -
HSV(B) 5.13º 0.78% 0.76% -
XYZ 24.03 14.37 3.7 -
YUV 95.08 98.05 198.56 -
System Red Green Blue C M Y K H S L
Decimal 194 55 42 0 0.72 0.78 0.24 5.13 0.64 0.46
Hex C2 37 2A 0 48 4E 18 5 40 2E
Octal 302 67 52 0 110 116 30 5 100 56
Binary 11000010 110111 101010 0 1001000 1001110 11000 101 1000000 101110

Color Harmonies of #C2372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2372A

Black with #C2372A

Text Example


Text Example

White with #C2372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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