Html Css Color HEX #C13541 Brick Red

📋 copy color: '#C13541'

red 193 ◦ green 53 ◦ blue 65

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

Shades of Brick Red #C13541

Tints of Brick Red #C13541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.9%

R = 62.06%
G = 17.04%
B = 20.9%

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

#C13541 (or 0xC13541) is known color: Brick Red. HEX triplet: C1, 35 and 41. RGB value is (193,53,65). Sum of RGB (Red+Green+Blue) = 193+53+65=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C13541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13541 is #3ECABE. Grayscale: #606060. Windows color (decimal): -4115135 or 4273601. OLE color: 4273601.

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

Color convert

RGB 193 53 65 -
CMYK 0 0.73 0.66 0.24
HSL 354.86º 0.57% 0.48% -
HSV(B) 354.86º 0.73% 0.76% -
XYZ 24.22 14.27 6.48 -
YUV 96.23 110.38 197.02 -
System Red Green Blue C M Y K H S L
Decimal 193 53 65 0 0.73 0.66 0.24 354.86 0.57 0.48
Hex C1 35 41 0 49 42 18 163 39 30
Octal 301 65 101 0 111 102 30 543 71 60
Binary 11000001 110101 1000001 0 1001001 1000010 11000 101100011 111001 110000

Color Harmonies of #C13541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13541

Black with #C13541

Text Example


Text Example

White with #C13541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13541; }

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

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

background-color css

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

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

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

border-color css

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

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

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