Html Css Color HEX #C1353F Brick Red

📋 copy color: '#C1353F'

red 193 ◦ green 53 ◦ blue 63

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

Shades of Brick Red #C1353F

Tints of Brick Red #C1353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.15%

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

R = 62.46%
G = 17.15%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1353F (or 0xC1353F) is known color: Brick Red. HEX triplet: C1, 35 and 3F. RGB value is (193,53,63). Sum of RGB (Red+Green+Blue) = 193+53+63=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C1353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1353F is #3ECAC0. Grayscale: #606060. Windows color (decimal): -4115137 or 4142529. OLE color: 4142529.

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

Color convert

RGB 193 53 63 -
CMYK 0 0.73 0.67 0.24
HSL 355.71º 0.57% 0.48% -
HSV(B) 355.71º 0.73% 0.76% -
XYZ 24.16 14.24 6.18 -
YUV 96 109.38 197.19 -
System Red Green Blue C M Y K H S L
Decimal 193 53 63 0 0.73 0.67 0.24 355.71 0.57 0.48
Hex C1 35 3F 0 49 43 18 164 39 30
Octal 301 65 77 0 111 103 30 544 71 60
Binary 11000001 110101 111111 0 1001001 1000011 11000 101100100 111001 110000

Color Harmonies of #C1353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1353F

Black with #C1353F

Text Example


Text Example

White with #C1353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1353F; }

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

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

background-color css

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

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

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

border-color css

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

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

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