Html Css Color HEX #C2273C Brick Red

📋 copy color: '#C2273C'

red 194 ◦ green 39 ◦ blue 60

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

Shades of Brick Red #C2273C

Tints of Brick Red #C2273C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.31%

 BLUE value IS 60 (23.83% from 255) = 20.48%

R = 66.21%
G = 13.31%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2273C (or 0xC2273C) is known color: Brick Red. HEX triplet: C2, 27 and 3C. RGB value is (194,39,60). Sum of RGB (Red+Green+Blue) = 194+39+60=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C2273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2273C is #3DD8C3. Grayscale: #575757. Windows color (decimal): -4053188 or 3942338. OLE color: 3942338.

HSL color Cylindrical-coordinate representation of color #C2273C: hue angle of 351.87º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2273C is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 39 60 -
CMYK 0 0.80 0.69 0.24
HSL 351.87º 0.67% 0.46% -
HSV(B) 351.87º 0.8% 0.76% -
XYZ 23.79 13.25 5.58 -
YUV 87.74 112.35 203.79 -
System Red Green Blue C M Y K H S L
Decimal 194 39 60 0 0.80 0.69 0.24 351.87 0.67 0.46
Hex C2 27 3C 0 50 45 18 160 43 2E
Octal 302 47 74 0 120 105 30 540 103 56
Binary 11000010 100111 111100 0 1010000 1000101 11000 101100000 1000011 101110

Color Harmonies of #C2273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2273C

Black with #C2273C

Text Example


Text Example

White with #C2273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2273C; }

 p { color: rgb(194,39,60); }

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

background-color css

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

 a { background-color: rgb(194,39,60); }

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

border-color css

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

 span { border-color: rgb(194,39,60); }

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