Html Css Color HEX #C22A3E Brick Red

📋 copy color: '#C22A3E'

red 194 ◦ green 42 ◦ blue 62

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

Shades of Brick Red #C22A3E

Tints of Brick Red #C22A3E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.09%

 BLUE value IS 62 (24.61% from 255) = 20.81%

R = 65.1%
G = 14.09%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C22A3E (or 0xC22A3E) is known color: Brick Red. HEX triplet: C2, 2A and 3E. RGB value is (194,42,62). Sum of RGB (Red+Green+Blue) = 194+42+62=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22A3E is #3DD5C1. Grayscale: #595959. Windows color (decimal): -4052418 or 4074178. OLE color: 4074178.

HSL color Cylindrical-coordinate representation of color #C22A3E: hue angle of 352.11º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22A3E is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 42 62 -
CMYK 0 0.78 0.68 0.24
HSL 352.11º 0.64% 0.46% -
HSV(B) 352.11º 0.78% 0.76% -
XYZ 23.95 13.47 5.9 -
YUV 89.73 112.36 202.37 -
System Red Green Blue C M Y K H S L
Decimal 194 42 62 0 0.78 0.68 0.24 352.11 0.64 0.46
Hex C2 2A 3E 0 4E 44 18 160 40 2E
Octal 302 52 76 0 116 104 30 540 100 56
Binary 11000010 101010 111110 0 1001110 1000100 11000 101100000 1000000 101110

Color Harmonies of #C22A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22A3E

Black with #C22A3E

Text Example


Text Example

White with #C22A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22A3E; }

 p { color: rgb(194,42,62); }

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

background-color css

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

 a { background-color: rgb(194,42,62); }

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

border-color css

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

 span { border-color: rgb(194,42,62); }

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