Html Css Color HEX #C2323E Brick Red

📋 copy color: '#C2323E'

red 194 ◦ green 50 ◦ blue 62

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

Shades of Brick Red #C2323E

Tints of Brick Red #C2323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.34%

 BLUE value IS 62 (24.61% from 255) = 20.26%

R = 63.4%
G = 16.34%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2323E (or 0xC2323E) is known color: Brick Red. HEX triplet: C2, 32 and 3E. RGB value is (194,50,62). Sum of RGB (Red+Green+Blue) = 194+50+62=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C2323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2323E is #3DCDC1. Grayscale: #5E5E5E. Windows color (decimal): -4050370 or 4076226. OLE color: 4076226.

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

Color convert

RGB 194 50 62 -
CMYK 0 0.74 0.68 0.24
HSL 355º 0.59% 0.48% -
HSV(B) 355º 0.74% 0.76% -
XYZ 24.26 14.1 6 -
YUV 94.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 194 50 62 0 0.74 0.68 0.24 355 0.59 0.48
Hex C2 32 3E 0 4A 44 18 163 3B 30
Octal 302 62 76 0 112 104 30 543 73 60
Binary 11000010 110010 111110 0 1001010 1000100 11000 101100011 111011 110000

Color Harmonies of #C2323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2323E

Black with #C2323E

Text Example


Text Example

White with #C2323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2323E; }

 p { color: rgb(194,50,62); }

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

background-color css

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

 a { background-color: rgb(194,50,62); }

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

border-color css

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

 span { border-color: rgb(194,50,62); }

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