Html Css Color HEX #C1343E Brick Red

📋 copy color: '#C1343E'

red 193 ◦ green 52 ◦ blue 62

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

Shades of Brick Red #C1343E

Tints of Brick Red #C1343E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.2%

R = 62.87%
G = 16.94%
B = 20.2%

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

#C1343E (or 0xC1343E) is known color: Brick Red. HEX triplet: C1, 34 and 3E. RGB value is (193,52,62). Sum of RGB (Red+Green+Blue) = 193+52+62=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C1343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1343E is #3ECBC1. Grayscale: #5F5F5F. Windows color (decimal): -4115394 or 4076737. OLE color: 4076737.

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

Color convert

RGB 193 52 62 -
CMYK 0 0.73 0.68 0.24
HSL 355.74º 0.58% 0.48% -
HSV(B) 355.74º 0.73% 0.76% -
XYZ 24.09 14.14 6.02 -
YUV 95.3 109.21 197.69 -
System Red Green Blue C M Y K H S L
Decimal 193 52 62 0 0.73 0.68 0.24 355.74 0.58 0.48
Hex C1 34 3E 0 49 44 18 164 3A 30
Octal 301 64 76 0 111 104 30 544 72 60
Binary 11000001 110100 111110 0 1001001 1000100 11000 101100100 111010 110000

Color Harmonies of #C1343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1343E

Black with #C1343E

Text Example


Text Example

White with #C1343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1343E; }

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

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

background-color css

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

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

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

border-color css

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

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

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