Html Css Color HEX #C2312E Persian Red

📋 copy color: '#C2312E'

red 194 ◦ green 49 ◦ blue 46

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

Shades of Persian Red #C2312E

Tints of Persian Red #C2312E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.96%

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

R = 67.13%
G = 16.96%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2312E (or 0xC2312E) is known color: Persian Red. HEX triplet: C2, 31 and 2E. RGB value is (194,49,46). Sum of RGB (Red+Green+Blue) = 194+49+46=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C2312E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2312E is #3DCED1. Grayscale: #5C5C5C. Windows color (decimal): -4050642 or 3027394. OLE color: 3027394.

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

Color convert

RGB 194 49 46 -
CMYK 0 0.75 0.76 0.24
HSL 1.22º 0.62% 0.47% -
HSV(B) 1.22º 0.76% 0.76% -
XYZ 23.84 13.86 4 -
YUV 92.01 102.04 200.74 -
System Red Green Blue C M Y K H S L
Decimal 194 49 46 0 0.75 0.76 0.24 1.22 0.62 0.47
Hex C2 31 2E 0 4B 4C 18 1 3E 2F
Octal 302 61 56 0 113 114 30 1 76 57
Binary 11000010 110001 101110 0 1001011 1001100 11000 1 111110 101111

Color Harmonies of #C2312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2312E

Black with #C2312E

Text Example


Text Example

White with #C2312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2312E; }

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

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

background-color css

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

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

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

border-color css

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

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

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