Html Css Color HEX #C22C44 Brick Red

📋 copy color: '#C22C44'

red 194 ◦ green 44 ◦ blue 68

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

Shades of Brick Red #C22C44

Tints of Brick Red #C22C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.22%

R = 63.4%
G = 14.38%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C22C44 (or 0xC22C44) is known color: Brick Red. HEX triplet: C2, 2C and 44. RGB value is (194,44,68). Sum of RGB (Red+Green+Blue) = 194+44+68=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22C44 is #3DD3BB. Grayscale: #5B5B5B. Windows color (decimal): -4051900 or 4467906. OLE color: 4467906.

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

Color convert

RGB 194 44 68 -
CMYK 0 0.77 0.65 0.24
HSL 350.4º 0.63% 0.47% -
HSV(B) 350.4º 0.77% 0.76% -
XYZ 24.19 13.69 6.84 -
YUV 91.59 114.7 201.05 -
System Red Green Blue C M Y K H S L
Decimal 194 44 68 0 0.77 0.65 0.24 350.4 0.63 0.47
Hex C2 2C 44 0 4D 41 18 15E 3F 2F
Octal 302 54 104 0 115 101 30 536 77 57
Binary 11000010 101100 1000100 0 1001101 1000001 11000 101011110 111111 101111

Color Harmonies of #C22C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22C44

Black with #C22C44

Text Example


Text Example

White with #C22C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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