Html Css Color HEX #C2273F Brick Red

📋 copy color: '#C2273F'

red 194 ◦ green 39 ◦ blue 63

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

Shades of Brick Red #C2273F

Tints of Brick Red #C2273F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.28%

R = 65.54%
G = 13.18%
B = 21.28%

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

#C2273F (or 0xC2273F) is known color: Brick Red. HEX triplet: C2, 27 and 3F. RGB value is (194,39,63). Sum of RGB (Red+Green+Blue) = 194+39+63=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C2273F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2273F is #3DD8C0. Grayscale: #585858. Windows color (decimal): -4053185 or 4138946. OLE color: 4138946.

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

Color convert

RGB 194 39 63 -
CMYK 0 0.80 0.68 0.24
HSL 350.71º 0.67% 0.46% -
HSV(B) 350.71º 0.8% 0.76% -
XYZ 23.87 13.28 6.01 -
YUV 88.08 113.85 203.55 -
System Red Green Blue C M Y K H S L
Decimal 194 39 63 0 0.80 0.68 0.24 350.71 0.67 0.46
Hex C2 27 3F 0 50 44 18 15F 43 2E
Octal 302 47 77 0 120 104 30 537 103 56
Binary 11000010 100111 111111 0 1010000 1000100 11000 101011111 1000011 101110

Color Harmonies of #C2273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2273F

Black with #C2273F

Text Example


Text Example

White with #C2273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2273F; }

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

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

background-color css

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

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

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

border-color css

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

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

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