Html Css Color HEX #C1313D Brick Red

📋 copy color: '#C1313D'

red 193 ◦ green 49 ◦ blue 61

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

Shades of Brick Red #C1313D

Tints of Brick Red #C1313D

RGB

 RED value IS 193 (75.78% from 255) = 63.7%

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

 BLUE value IS 61 (24.22% from 255) = 20.13%

R = 63.7%
G = 16.17%
B = 20.13%

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

#C1313D (or 0xC1313D) is known color: Brick Red. HEX triplet: C1, 31 and 3D. RGB value is (193,49,61). Sum of RGB (Red+Green+Blue) = 193+49+61=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C1313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1313D is #3ECEC2. Grayscale: #5D5D5D. Windows color (decimal): -4116163 or 4010433. OLE color: 4010433.

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

Color convert

RGB 193 49 61 -
CMYK 0 0.75 0.68 0.24
HSL 355º 0.6% 0.47% -
HSV(B) 355º 0.75% 0.76% -
XYZ 23.93 13.87 5.83 -
YUV 93.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 193 49 61 0 0.75 0.68 0.24 355 0.6 0.47
Hex C1 31 3D 0 4B 44 18 163 3C 2F
Octal 301 61 75 0 113 104 30 543 74 57
Binary 11000001 110001 111101 0 1001011 1000100 11000 101100011 111100 101111

Color Harmonies of #C1313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1313D

Black with #C1313D

Text Example


Text Example

White with #C1313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1313D; }

 p { color: rgb(193,49,61); }

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

background-color css

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

 a { background-color: rgb(193,49,61); }

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

border-color css

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

 span { border-color: rgb(193,49,61); }

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