Html Css Color HEX #C3313C Brick Red

📋 copy color: '#C3313C'

red 195 ◦ green 49 ◦ blue 60

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

Shades of Brick Red #C3313C

Tints of Brick Red #C3313C

RGB

 RED value IS 195 (76.56% from 255) = 64.14%

 GREEN value IS 49 (19.53% from 255) = 16.12%

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

R = 64.14%
G = 16.12%
B = 19.74%

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

#C3313C (or 0xC3313C) is known color: Brick Red. HEX triplet: C3, 31 and 3C. RGB value is (195,49,60). Sum of RGB (Red+Green+Blue) = 195+49+60=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C3313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3313C is #3CCEC3. Grayscale: #5E5E5E. Windows color (decimal): -3985092 or 3944899. OLE color: 3944899.

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

Color convert

RGB 195 49 60 -
CMYK 0 0.75 0.69 0.24
HSL 355.48º 0.6% 0.48% -
HSV(B) 355.48º 0.75% 0.76% -
XYZ 24.42 14.12 5.71 -
YUV 93.91 108.87 200.11 -
System Red Green Blue C M Y K H S L
Decimal 195 49 60 0 0.75 0.69 0.24 355.48 0.6 0.48
Hex C3 31 3C 0 4B 45 18 163 3C 30
Octal 303 61 74 0 113 105 30 543 74 60
Binary 11000011 110001 111100 0 1001011 1000101 11000 101100011 111100 110000

Color Harmonies of #C3313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3313C

Black with #C3313C

Text Example


Text Example

White with #C3313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3313C; }

 p { color: rgb(195,49,60); }

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

background-color css

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

 a { background-color: rgb(195,49,60); }

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

border-color css

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

 span { border-color: rgb(195,49,60); }

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