Html Css Color HEX #C1343D Brick Red

📋 copy color: '#C1343D'

red 193 ◦ green 52 ◦ blue 61

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

Shades of Brick Red #C1343D

Tints of Brick Red #C1343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.99%

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

R = 63.07%
G = 16.99%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1343D (or 0xC1343D) is known color: Brick Red. HEX triplet: C1, 34 and 3D. RGB value is (193,52,61). Sum of RGB (Red+Green+Blue) = 193+52+61=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C1343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1343D is #3ECBC2. Grayscale: #5F5F5F. Windows color (decimal): -4115395 or 4011201. OLE color: 4011201.

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

Color convert

RGB 193 52 61 -
CMYK 0 0.73 0.68 0.24
HSL 356.17º 0.58% 0.48% -
HSV(B) 356.17º 0.73% 0.76% -
XYZ 24.06 14.13 5.87 -
YUV 95.19 108.71 197.77 -
System Red Green Blue C M Y K H S L
Decimal 193 52 61 0 0.73 0.68 0.24 356.17 0.58 0.48
Hex C1 34 3D 0 49 44 18 164 3A 30
Octal 301 64 75 0 111 104 30 544 72 60
Binary 11000001 110100 111101 0 1001001 1000100 11000 101100100 111010 110000

Color Harmonies of #C1343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1343D

Black with #C1343D

Text Example


Text Example

White with #C1343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1343D; }

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

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

background-color css

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

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

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

border-color css

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

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

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