Html Css Color HEX #C1373F Brick Red

📋 copy color: '#C1373F'

red 193 ◦ green 55 ◦ blue 63

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

Shades of Brick Red #C1373F

Tints of Brick Red #C1373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.68%

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

R = 62.06%
G = 17.68%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1373F (or 0xC1373F) is known color: Brick Red. HEX triplet: C1, 37 and 3F. RGB value is (193,55,63). Sum of RGB (Red+Green+Blue) = 193+55+63=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C1373F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1373F is #3EC8C0. Grayscale: #616161. Windows color (decimal): -4114625 or 4143041. OLE color: 4143041.

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

Color convert

RGB 193 55 63 -
CMYK 0 0.72 0.67 0.24
HSL 356.52º 0.56% 0.49% -
HSV(B) 356.52º 0.72% 0.76% -
XYZ 24.26 14.43 6.21 -
YUV 97.17 108.72 196.35 -
System Red Green Blue C M Y K H S L
Decimal 193 55 63 0 0.72 0.67 0.24 356.52 0.56 0.49
Hex C1 37 3F 0 48 43 18 165 38 31
Octal 301 67 77 0 110 103 30 545 70 61
Binary 11000001 110111 111111 0 1001000 1000011 11000 101100101 111000 110001

Color Harmonies of #C1373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1373F

Black with #C1373F

Text Example


Text Example

White with #C1373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1373F; }

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

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

background-color css

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

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

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

border-color css

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

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

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