Html Css Color HEX #C22C3C Brick Red

📋 copy color: '#C22C3C'

red 194 ◦ green 44 ◦ blue 60

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

Shades of Brick Red #C22C3C

Tints of Brick Red #C22C3C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.77%

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

R = 65.1%
G = 14.77%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C22C3C (or 0xC22C3C) is known color: Brick Red. HEX triplet: C2, 2C and 3C. RGB value is (194,44,60). Sum of RGB (Red+Green+Blue) = 194+44+60=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22C3C is #3DD3C3. Grayscale: #5A5A5A. Windows color (decimal): -4051908 or 3943618. OLE color: 3943618.

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

Color convert

RGB 194 44 60 -
CMYK 0 0.77 0.69 0.24
HSL 353.6º 0.63% 0.47% -
HSV(B) 353.6º 0.77% 0.76% -
XYZ 23.96 13.6 5.64 -
YUV 90.67 110.7 201.7 -
System Red Green Blue C M Y K H S L
Decimal 194 44 60 0 0.77 0.69 0.24 353.6 0.63 0.47
Hex C2 2C 3C 0 4D 45 18 162 3F 2F
Octal 302 54 74 0 115 105 30 542 77 57
Binary 11000010 101100 111100 0 1001101 1000101 11000 101100010 111111 101111

Color Harmonies of #C22C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22C3C

Black with #C22C3C

Text Example


Text Example

White with #C22C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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