Html Css Color HEX #C2312D Persian Red

📋 copy color: '#C2312D'

red 194 ◦ green 49 ◦ blue 45

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

Shades of Persian Red #C2312D

Tints of Persian Red #C2312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.63%

R = 67.36%
G = 17.01%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2312D (or 0xC2312D) is known color: Persian Red. HEX triplet: C2, 31 and 2D. RGB value is (194,49,45). Sum of RGB (Red+Green+Blue) = 194+49+45=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C2312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2312D is #3DCED2. Grayscale: #5C5C5C. Windows color (decimal): -4050643 or 2961858. OLE color: 2961858.

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

Color convert

RGB 194 49 45 -
CMYK 0 0.75 0.77 0.24
HSL 1.61º 0.62% 0.47% -
HSV(B) 1.61º 0.77% 0.76% -
XYZ 23.82 13.86 3.9 -
YUV 91.9 101.54 200.83 -
System Red Green Blue C M Y K H S L
Decimal 194 49 45 0 0.75 0.77 0.24 1.61 0.62 0.47
Hex C2 31 2D 0 4B 4D 18 2 3E 2F
Octal 302 61 55 0 113 115 30 2 76 57
Binary 11000010 110001 101101 0 1001011 1001101 11000 10 111110 101111

Color Harmonies of #C2312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2312D

Black with #C2312D

Text Example


Text Example

White with #C2312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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