Html Css Color HEX #C13841 Brick Red

📋 copy color: '#C13841'

red 193 ◦ green 56 ◦ blue 65

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

Shades of Brick Red #C13841

Tints of Brick Red #C13841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.83%

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

R = 61.46%
G = 17.83%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C13841 (or 0xC13841) is known color: Brick Red. HEX triplet: C1, 38 and 41. RGB value is (193,56,65). Sum of RGB (Red+Green+Blue) = 193+56+65=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C13841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13841 is #3EC7BE. Grayscale: #626262. Windows color (decimal): -4114367 or 4274369. OLE color: 4274369.

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

Color convert

RGB 193 56 65 -
CMYK 0 0.71 0.66 0.24
HSL 356.06º 0.55% 0.49% -
HSV(B) 356.06º 0.71% 0.76% -
XYZ 24.36 14.55 6.53 -
YUV 97.99 109.39 195.77 -
System Red Green Blue C M Y K H S L
Decimal 193 56 65 0 0.71 0.66 0.24 356.06 0.55 0.49
Hex C1 38 41 0 47 42 18 164 37 31
Octal 301 70 101 0 107 102 30 544 67 61
Binary 11000001 111000 1000001 0 1000111 1000010 11000 101100100 110111 110001

Color Harmonies of #C13841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13841

Black with #C13841

Text Example


Text Example

White with #C13841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13841; }

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

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

background-color css

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

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

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

border-color css

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

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

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