Html Css Color HEX #C2342C Persian Red

📋 copy color: '#C2342C'

red 194 ◦ green 52 ◦ blue 44

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

Shades of Persian Red #C2342C

Tints of Persian Red #C2342C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.93%

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

R = 66.9%
G = 17.93%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2342C (or 0xC2342C) is known color: Persian Red. HEX triplet: C2, 34 and 2C. RGB value is (194,52,44). Sum of RGB (Red+Green+Blue) = 194+52+44=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C2342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2342C is #3DCBD3. Grayscale: #5D5D5D. Windows color (decimal): -4049876 or 2897090. OLE color: 2897090.

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

Color convert

RGB 194 52 44 -
CMYK 0 0.73 0.77 0.24
HSL 3.2º 0.63% 0.47% -
HSV(B) 3.2º 0.77% 0.76% -
XYZ 23.93 14.11 3.84 -
YUV 93.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 194 52 44 0 0.73 0.77 0.24 3.2 0.63 0.47
Hex C2 34 2C 0 49 4D 18 3 3F 2F
Octal 302 64 54 0 111 115 30 3 77 57
Binary 11000010 110100 101100 0 1001001 1001101 11000 11 111111 101111

Color Harmonies of #C2342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2342C

Black with #C2342C

Text Example


Text Example

White with #C2342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2342C; }

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

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

background-color css

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

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

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

border-color css

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

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

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