Html Css Color HEX #C13442 Brick Red

📋 copy color: '#C13442'

red 193 ◦ green 52 ◦ blue 66

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

Shades of Brick Red #C13442

Tints of Brick Red #C13442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.22%

R = 62.06%
G = 16.72%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C13442 (or 0xC13442) is known color: Brick Red. HEX triplet: C1, 34 and 42. RGB value is (193,52,66). Sum of RGB (Red+Green+Blue) = 193+52+66=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C13442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13442 is #3ECBBD. Grayscale: #5F5F5F. Windows color (decimal): -4115390 or 4338881. OLE color: 4338881.

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

Color convert

RGB 193 52 66 -
CMYK 0 0.73 0.66 0.24
HSL 354.04º 0.58% 0.48% -
HSV(B) 354.04º 0.73% 0.76% -
XYZ 24.2 14.19 6.62 -
YUV 95.76 111.21 197.36 -
System Red Green Blue C M Y K H S L
Decimal 193 52 66 0 0.73 0.66 0.24 354.04 0.58 0.48
Hex C1 34 42 0 49 42 18 162 3A 30
Octal 301 64 102 0 111 102 30 542 72 60
Binary 11000001 110100 1000010 0 1001001 1000010 11000 101100010 111010 110000

Color Harmonies of #C13442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13442

Black with #C13442

Text Example


Text Example

White with #C13442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13442; }

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

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

background-color css

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

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

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

border-color css

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

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

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