Html Css Color HEX #C22643 Brick Red

📋 copy color: '#C22643'

red 194 ◦ green 38 ◦ blue 67

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

Shades of Brick Red #C22643

Tints of Brick Red #C22643

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.71%

 BLUE value IS 67 (26.56% from 255) = 22.41%

R = 64.88%
G = 12.71%
B = 22.41%

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

#C22643 (or 0xC22643) is known color: Brick Red. HEX triplet: C2, 26 and 43. RGB value is (194,38,67). Sum of RGB (Red+Green+Blue) = 194+38+67=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C22643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22643 is #3DD9BC. Grayscale: #575757. Windows color (decimal): -4053437 or 4400834. OLE color: 4400834.

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

Color convert

RGB 194 38 67 -
CMYK 0 0.80 0.65 0.24
HSL 348.85º 0.67% 0.45% -
HSV(B) 348.85º 0.8% 0.76% -
XYZ 23.95 13.26 6.61 -
YUV 87.95 116.18 203.64 -
System Red Green Blue C M Y K H S L
Decimal 194 38 67 0 0.80 0.65 0.24 348.85 0.67 0.45
Hex C2 26 43 0 50 41 18 15D 43 2D
Octal 302 46 103 0 120 101 30 535 103 55
Binary 11000010 100110 1000011 0 1010000 1000001 11000 101011101 1000011 101101

Color Harmonies of #C22643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22643

Black with #C22643

Text Example


Text Example

White with #C22643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22643; }

 p { color: rgb(194,38,67); }

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

background-color css

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

 a { background-color: rgb(194,38,67); }

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

border-color css

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

 span { border-color: rgb(194,38,67); }

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