Html Css Color HEX #C22C40 Brick Red

📋 copy color: '#C22C40'

red 194 ◦ green 44 ◦ blue 64

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

Shades of Brick Red #C22C40

Tints of Brick Red #C22C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.19%

R = 64.24%
G = 14.57%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C22C40 (or 0xC22C40) is known color: Brick Red. HEX triplet: C2, 2C and 40. RGB value is (194,44,64). Sum of RGB (Red+Green+Blue) = 194+44+64=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22C40 is #3DD3BF. Grayscale: #5B5B5B. Windows color (decimal): -4051904 or 4205762. OLE color: 4205762.

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

Color convert

RGB 194 44 64 -
CMYK 0 0.77 0.67 0.24
HSL 352º 0.63% 0.47% -
HSV(B) 352º 0.77% 0.76% -
XYZ 24.07 13.64 6.21 -
YUV 91.13 112.7 201.37 -
System Red Green Blue C M Y K H S L
Decimal 194 44 64 0 0.77 0.67 0.24 352 0.63 0.47
Hex C2 2C 40 0 4D 43 18 160 3F 2F
Octal 302 54 100 0 115 103 30 540 77 57
Binary 11000010 101100 1000000 0 1001101 1000011 11000 101100000 111111 101111

Color Harmonies of #C22C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22C40

Black with #C22C40

Text Example


Text Example

White with #C22C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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