Html Css Color HEX #C2273E Brick Red

📋 copy color: '#C2273E'

red 194 ◦ green 39 ◦ blue 62

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

Shades of Brick Red #C2273E

Tints of Brick Red #C2273E

RGB

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

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

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

R = 65.76%
G = 13.22%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2273E (or 0xC2273E) is known color: Brick Red. HEX triplet: C2, 27 and 3E. RGB value is (194,39,62). Sum of RGB (Red+Green+Blue) = 194+39+62=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C2273E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2273E is #3DD8C1. Grayscale: #585858. Windows color (decimal): -4053186 or 4073410. OLE color: 4073410.

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

Color convert

RGB 194 39 62 -
CMYK 0 0.80 0.68 0.24
HSL 351.1º 0.67% 0.46% -
HSV(B) 351.1º 0.8% 0.76% -
XYZ 23.84 13.27 5.86 -
YUV 87.97 113.35 203.63 -
System Red Green Blue C M Y K H S L
Decimal 194 39 62 0 0.80 0.68 0.24 351.1 0.67 0.46
Hex C2 27 3E 0 50 44 18 15F 43 2E
Octal 302 47 76 0 120 104 30 537 103 56
Binary 11000010 100111 111110 0 1010000 1000100 11000 101011111 1000011 101110

Color Harmonies of #C2273E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2273E

Black with #C2273E

Text Example


Text Example

White with #C2273E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2273E; }

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

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

background-color css

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

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

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

border-color css

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

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

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