Html Css Color HEX #C13141 Brick Red

📋 copy color: '#C13141'

red 193 ◦ green 49 ◦ blue 65

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

Shades of Brick Red #C13141

Tints of Brick Red #C13141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.17%

R = 62.87%
G = 15.96%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C13141 (or 0xC13141) is known color: Brick Red. HEX triplet: C1, 31 and 41. RGB value is (193,49,65). Sum of RGB (Red+Green+Blue) = 193+49+65=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C13141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13141 is #3ECEBE. Grayscale: #5D5D5D. Windows color (decimal): -4116159 or 4272577. OLE color: 4272577.

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

Color convert

RGB 193 49 65 -
CMYK 0 0.75 0.66 0.24
HSL 353.33º 0.6% 0.47% -
HSV(B) 353.33º 0.75% 0.76% -
XYZ 24.04 13.92 6.42 -
YUV 93.88 111.71 198.7 -
System Red Green Blue C M Y K H S L
Decimal 193 49 65 0 0.75 0.66 0.24 353.33 0.6 0.47
Hex C1 31 41 0 4B 42 18 161 3C 2F
Octal 301 61 101 0 113 102 30 541 74 57
Binary 11000001 110001 1000001 0 1001011 1000010 11000 101100001 111100 101111

Color Harmonies of #C13141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13141

Black with #C13141

Text Example


Text Example

White with #C13141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13141; }

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

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

background-color css

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

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

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

border-color css

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

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

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