Html Css Color HEX #C2342E Persian Red

📋 copy color: '#C2342E'

red 194 ◦ green 52 ◦ blue 46

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

Shades of Persian Red #C2342E

Tints of Persian Red #C2342E

RGB

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

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

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

R = 66.44%
G = 17.81%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2342E (or 0xC2342E) is known color: Persian Red. HEX triplet: C2, 34 and 2E. RGB value is (194,52,46). Sum of RGB (Red+Green+Blue) = 194+52+46=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C2342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2342E is #3DCBD1. Grayscale: #5D5D5D. Windows color (decimal): -4049874 or 3028162. OLE color: 3028162.

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

Color convert

RGB 194 52 46 -
CMYK 0 0.73 0.76 0.24
HSL 2.43º 0.62% 0.47% -
HSV(B) 2.43º 0.76% 0.76% -
XYZ 23.97 14.12 4.05 -
YUV 93.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 194 52 46 0 0.73 0.76 0.24 2.43 0.62 0.47
Hex C2 34 2E 0 49 4C 18 2 3E 2F
Octal 302 64 56 0 111 114 30 2 76 57
Binary 11000010 110100 101110 0 1001001 1001100 11000 10 111110 101111

Color Harmonies of #C2342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2342E

Black with #C2342E

Text Example


Text Example

White with #C2342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2342E; }

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

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

background-color css

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

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

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

border-color css

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

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

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