Html Css Color HEX #C2303C Brick Red

📋 copy color: '#C2303C'

red 194 ◦ green 48 ◦ blue 60

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

Shades of Brick Red #C2303C

Tints of Brick Red #C2303C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.87%

R = 64.24%
G = 15.89%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2303C (or 0xC2303C) is known color: Brick Red. HEX triplet: C2, 30 and 3C. RGB value is (194,48,60). Sum of RGB (Red+Green+Blue) = 194+48+60=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C2303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2303C is #3DCFC3. Grayscale: #5D5D5D. Windows color (decimal): -4050884 or 3944642. OLE color: 3944642.

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

Color convert

RGB 194 48 60 -
CMYK 0 0.75 0.69 0.24
HSL 355.07º 0.6% 0.47% -
HSV(B) 355.07º 0.75% 0.76% -
XYZ 24.12 13.91 5.69 -
YUV 93.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 194 48 60 0 0.75 0.69 0.24 355.07 0.6 0.47
Hex C2 30 3C 0 4B 45 18 163 3C 2F
Octal 302 60 74 0 113 105 30 543 74 57
Binary 11000010 110000 111100 0 1001011 1000101 11000 101100011 111100 101111

Color Harmonies of #C2303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2303C

Black with #C2303C

Text Example


Text Example

White with #C2303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2303C; }

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

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

background-color css

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

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

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

border-color css

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

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

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