Html Css Color HEX #C1293F Brick Red

📋 copy color: '#C1293F'

red 193 ◦ green 41 ◦ blue 63

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

Shades of Brick Red #C1293F

Tints of Brick Red #C1293F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.8%

 BLUE value IS 63 (25% from 255) = 21.21%

R = 64.98%
G = 13.8%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1293F (or 0xC1293F) is known color: Brick Red. HEX triplet: C1, 29 and 3F. RGB value is (193,41,63). Sum of RGB (Red+Green+Blue) = 193+41+63=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C1293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1293F is #3ED6C0. Grayscale: #595959. Windows color (decimal): -4118209 or 4139457. OLE color: 4139457.

HSL color Cylindrical-coordinate representation of color #C1293F: hue angle of 351.32º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1293F is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 41 63 -
CMYK 0 0.79 0.67 0.24
HSL 351.32º 0.65% 0.46% -
HSV(B) 351.32º 0.79% 0.76% -
XYZ 23.68 13.28 6.02 -
YUV 88.96 113.36 202.21 -
System Red Green Blue C M Y K H S L
Decimal 193 41 63 0 0.79 0.67 0.24 351.32 0.65 0.46
Hex C1 29 3F 0 4F 43 18 15F 41 2E
Octal 301 51 77 0 117 103 30 537 101 56
Binary 11000001 101001 111111 0 1001111 1000011 11000 101011111 1000001 101110

Color Harmonies of #C1293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1293F

Black with #C1293F

Text Example


Text Example

White with #C1293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1293F; }

 p { color: rgb(193,41,63); }

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

background-color css

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

 a { background-color: rgb(193,41,63); }

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

border-color css

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

 span { border-color: rgb(193,41,63); }

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