Html Css Color HEX #C2303E Brick Red

📋 copy color: '#C2303E'

red 194 ◦ green 48 ◦ blue 62

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

Shades of Brick Red #C2303E

Tints of Brick Red #C2303E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.79%

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

R = 63.82%
G = 15.79%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2303E (or 0xC2303E) is known color: Brick Red. HEX triplet: C2, 30 and 3E. RGB value is (194,48,62). Sum of RGB (Red+Green+Blue) = 194+48+62=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C2303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2303E is #3DCFC1. Grayscale: #5D5D5D. Windows color (decimal): -4050882 or 4075714. OLE color: 4075714.

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

Color convert

RGB 194 48 62 -
CMYK 0 0.75 0.68 0.24
HSL 354.25º 0.6% 0.47% -
HSV(B) 354.25º 0.75% 0.76% -
XYZ 24.17 13.93 5.97 -
YUV 93.25 110.37 199.86 -
System Red Green Blue C M Y K H S L
Decimal 194 48 62 0 0.75 0.68 0.24 354.25 0.6 0.47
Hex C2 30 3E 0 4B 44 18 162 3C 2F
Octal 302 60 76 0 113 104 30 542 74 57
Binary 11000010 110000 111110 0 1001011 1000100 11000 101100010 111100 101111

Color Harmonies of #C2303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2303E

Black with #C2303E

Text Example


Text Example

White with #C2303E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2303E; }

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

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

background-color css

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

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

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

border-color css

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

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

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