Html Css Color HEX #C2363E Brick Red

📋 copy color: '#C2363E'

red 194 ◦ green 54 ◦ blue 62

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

Shades of Brick Red #C2363E

Tints of Brick Red #C2363E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.42%

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

R = 62.58%
G = 17.42%
B = 20%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2363E (or 0xC2363E) is known color: Brick Red. HEX triplet: C2, 36 and 3E. RGB value is (194,54,62). Sum of RGB (Red+Green+Blue) = 194+54+62=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2363E is #3DC9C1. Grayscale: #606060. Windows color (decimal): -4049346 or 4077250. OLE color: 4077250.

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

Color convert

RGB 194 54 62 -
CMYK 0 0.72 0.68 0.24
HSL 356.57º 0.56% 0.49% -
HSV(B) 356.57º 0.72% 0.76% -
XYZ 24.44 14.46 6.06 -
YUV 96.77 108.38 197.35 -
System Red Green Blue C M Y K H S L
Decimal 194 54 62 0 0.72 0.68 0.24 356.57 0.56 0.49
Hex C2 36 3E 0 48 44 18 165 38 31
Octal 302 66 76 0 110 104 30 545 70 61
Binary 11000010 110110 111110 0 1001000 1000100 11000 101100101 111000 110001

Color Harmonies of #C2363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2363E

Black with #C2363E

Text Example


Text Example

White with #C2363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2363E; }

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

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

background-color css

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

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

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

border-color css

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

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

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