Html Css Color HEX #C22744 Brick Red

📋 copy color: '#C22744'

red 194 ◦ green 39 ◦ blue 68

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

Shades of Brick Red #C22744

Tints of Brick Red #C22744

RGB

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

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

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

R = 64.45%
G = 12.96%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C22744 (or 0xC22744) is known color: Brick Red. HEX triplet: C2, 27 and 44. RGB value is (194,39,68). Sum of RGB (Red+Green+Blue) = 194+39+68=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C22744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22744 is #3DD8BB. Grayscale: #585858. Windows color (decimal): -4053180 or 4466626. OLE color: 4466626.

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

Color convert

RGB 194 39 68 -
CMYK 0 0.80 0.65 0.24
HSL 348.77º 0.67% 0.46% -
HSV(B) 348.77º 0.8% 0.76% -
XYZ 24.02 13.34 6.78 -
YUV 88.65 116.35 203.14 -
System Red Green Blue C M Y K H S L
Decimal 194 39 68 0 0.80 0.65 0.24 348.77 0.67 0.46
Hex C2 27 44 0 50 41 18 15D 43 2E
Octal 302 47 104 0 120 101 30 535 103 56
Binary 11000010 100111 1000100 0 1010000 1000001 11000 101011101 1000011 101110

Color Harmonies of #C22744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22744

Black with #C22744

Text Example


Text Example

White with #C22744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22744; }

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

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

background-color css

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

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

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

border-color css

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

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

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