Html Css Color HEX #C13741 Brick Red

📋 copy color: '#C13741'

red 193 ◦ green 55 ◦ blue 65

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

Shades of Brick Red #C13741

Tints of Brick Red #C13741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.57%

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

R = 61.66%
G = 17.57%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C13741 (or 0xC13741) is known color: Brick Red. HEX triplet: C1, 37 and 41. RGB value is (193,55,65). Sum of RGB (Red+Green+Blue) = 193+55+65=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C13741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13741 is #3EC8BE. Grayscale: #616161. Windows color (decimal): -4114623 or 4274113. OLE color: 4274113.

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

Color convert

RGB 193 55 65 -
CMYK 0 0.72 0.66 0.24
HSL 355.65º 0.56% 0.49% -
HSV(B) 355.65º 0.72% 0.76% -
XYZ 24.31 14.45 6.51 -
YUV 97.4 109.72 196.19 -
System Red Green Blue C M Y K H S L
Decimal 193 55 65 0 0.72 0.66 0.24 355.65 0.56 0.49
Hex C1 37 41 0 48 42 18 164 38 31
Octal 301 67 101 0 110 102 30 544 70 61
Binary 11000001 110111 1000001 0 1001000 1000010 11000 101100100 111000 110001

Color Harmonies of #C13741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13741

Black with #C13741

Text Example


Text Example

White with #C13741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13741; }

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

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

background-color css

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

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

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

border-color css

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

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

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