Html Css Color HEX #C13943 Brick Red

📋 copy color: '#C13943'

red 193 ◦ green 57 ◦ blue 67

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

Shades of Brick Red #C13943

Tints of Brick Red #C13943

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.98%

 BLUE value IS 67 (26.56% from 255) = 21.14%

R = 60.88%
G = 17.98%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C13943 (or 0xC13943) is known color: Brick Red. HEX triplet: C1, 39 and 43. RGB value is (193,57,67). Sum of RGB (Red+Green+Blue) = 193+57+67=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C13943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13943 is #3EC6BC. Grayscale: #626262. Windows color (decimal): -4114109 or 4405697. OLE color: 4405697.

HSL color Cylindrical-coordinate representation of color #C13943: hue angle of 355.59º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13943 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 57 67 -
CMYK 0 0.70 0.65 0.24
HSL 355.59º 0.54% 0.49% -
HSV(B) 355.59º 0.7% 0.76% -
XYZ 24.47 14.67 6.85 -
YUV 98.8 110.06 195.19 -
System Red Green Blue C M Y K H S L
Decimal 193 57 67 0 0.70 0.65 0.24 355.59 0.54 0.49
Hex C1 39 43 0 46 41 18 164 36 31
Octal 301 71 103 0 106 101 30 544 66 61
Binary 11000001 111001 1000011 0 1000110 1000001 11000 101100100 110110 110001

Color Harmonies of #C13943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13943

Black with #C13943

Text Example


Text Example

White with #C13943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13943; }

 p { color: rgb(193,57,67); }

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

background-color css

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

 a { background-color: rgb(193,57,67); }

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

border-color css

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

 span { border-color: rgb(193,57,67); }

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