Html Css Color HEX #C2263E Brick Red

📋 copy color: '#C2263E'

red 194 ◦ green 38 ◦ blue 62

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

Shades of Brick Red #C2263E

Tints of Brick Red #C2263E

RGB

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

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

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

R = 65.99%
G = 12.93%
B = 21.09%

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

#C2263E (or 0xC2263E) is known color: Brick Red. HEX triplet: C2, 26 and 3E. RGB value is (194,38,62). Sum of RGB (Red+Green+Blue) = 194+38+62=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C2263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2263E is #3DD9C1. Grayscale: #575757. Windows color (decimal): -4053442 or 4073154. OLE color: 4073154.

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

Color convert

RGB 194 38 62 -
CMYK 0 0.80 0.68 0.24
HSL 350.77º 0.67% 0.45% -
HSV(B) 350.77º 0.8% 0.76% -
XYZ 23.81 13.2 5.85 -
YUV 87.38 113.68 204.05 -
System Red Green Blue C M Y K H S L
Decimal 194 38 62 0 0.80 0.68 0.24 350.77 0.67 0.45
Hex C2 26 3E 0 50 44 18 15F 43 2D
Octal 302 46 76 0 120 104 30 537 103 55
Binary 11000010 100110 111110 0 1010000 1000100 11000 101011111 1000011 101101

Color Harmonies of #C2263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2263E

Black with #C2263E

Text Example


Text Example

White with #C2263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2263E; }

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

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

background-color css

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

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

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

border-color css

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

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

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