Html Css Color HEX #C2313D Brick Red

📋 copy color: '#C2313D'

red 194 ◦ green 49 ◦ blue 61

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

Shades of Brick Red #C2313D

Tints of Brick Red #C2313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.07%

R = 63.82%
G = 16.12%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2313D (or 0xC2313D) is known color: Brick Red. HEX triplet: C2, 31 and 3D. RGB value is (194,49,61). Sum of RGB (Red+Green+Blue) = 194+49+61=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C2313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2313D is #3DCEC2. Grayscale: #5D5D5D. Windows color (decimal): -4050627 or 4010434. OLE color: 4010434.

HSL color Cylindrical-coordinate representation of color #C2313D: hue angle of 355.03º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2313D is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 49 61 -
CMYK 0 0.75 0.69 0.24
HSL 355.03º 0.6% 0.48% -
HSV(B) 355.03º 0.75% 0.76% -
XYZ 24.19 14 5.84 -
YUV 93.72 109.54 199.52 -
System Red Green Blue C M Y K H S L
Decimal 194 49 61 0 0.75 0.69 0.24 355.03 0.6 0.48
Hex C2 31 3D 0 4B 45 18 163 3C 30
Octal 302 61 75 0 113 105 30 543 74 60
Binary 11000010 110001 111101 0 1001011 1000101 11000 101100011 111100 110000

Color Harmonies of #C2313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2313D

Black with #C2313D

Text Example


Text Example

White with #C2313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2313D; }

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

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

background-color css

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

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

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

border-color css

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

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

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