Html Css Color HEX #C13444 Brick Red

📋 copy color: '#C13444'

red 193 ◦ green 52 ◦ blue 68

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

Shades of Brick Red #C13444

Tints of Brick Red #C13444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.73%

R = 61.66%
G = 16.61%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C13444 (or 0xC13444) is known color: Brick Red. HEX triplet: C1, 34 and 44. RGB value is (193,52,68). Sum of RGB (Red+Green+Blue) = 193+52+68=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C13444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13444 is #3ECBBB. Grayscale: #606060. Windows color (decimal): -4115388 or 4469953. OLE color: 4469953.

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

Color convert

RGB 193 52 68 -
CMYK 0 0.73 0.65 0.24
HSL 353.19º 0.58% 0.48% -
HSV(B) 353.19º 0.73% 0.76% -
XYZ 24.26 14.21 6.93 -
YUV 95.98 112.21 197.2 -
System Red Green Blue C M Y K H S L
Decimal 193 52 68 0 0.73 0.65 0.24 353.19 0.58 0.48
Hex C1 34 44 0 49 41 18 161 3A 30
Octal 301 64 104 0 111 101 30 541 72 60
Binary 11000001 110100 1000100 0 1001001 1000001 11000 101100001 111010 110000

Color Harmonies of #C13444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13444

Black with #C13444

Text Example


Text Example

White with #C13444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13444; }

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

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

background-color css

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

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

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

border-color css

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

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

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