Html Css Color HEX #C12541 Brick Red

📋 copy color: '#C12541'

red 193 ◦ green 37 ◦ blue 65

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

Shades of Brick Red #C12541

Tints of Brick Red #C12541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

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

R = 65.42%
G = 12.54%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C12541 (or 0xC12541) is known color: Brick Red. HEX triplet: C1, 25 and 41. RGB value is (193,37,65). Sum of RGB (Red+Green+Blue) = 193+37+65=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C12541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12541 is #3EDABE. Grayscale: #565656. Windows color (decimal): -4119231 or 4269505. OLE color: 4269505.

HSL color Cylindrical-coordinate representation of color #C12541: hue angle of 349.23º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12541 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 37 65 -
CMYK 0 0.81 0.66 0.24
HSL 349.23º 0.68% 0.45% -
HSV(B) 349.23º 0.81% 0.76% -
XYZ 23.61 13.04 6.27 -
YUV 86.84 115.68 203.72 -
System Red Green Blue C M Y K H S L
Decimal 193 37 65 0 0.81 0.66 0.24 349.23 0.68 0.45
Hex C1 25 41 0 51 42 18 15D 44 2D
Octal 301 45 101 0 121 102 30 535 104 55
Binary 11000001 100101 1000001 0 1010001 1000010 11000 101011101 1000100 101101

Color Harmonies of #C12541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12541

Black with #C12541

Text Example


Text Example

White with #C12541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12541; }

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

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

background-color css

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

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

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

border-color css

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

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

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