Html Css Color HEX #C13041 Brick Red

📋 copy color: '#C13041'

red 193 ◦ green 48 ◦ blue 65

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

Shades of Brick Red #C13041

Tints of Brick Red #C13041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.69%

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

R = 63.07%
G = 15.69%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C13041 (or 0xC13041) is known color: Brick Red. HEX triplet: C1, 30 and 41. RGB value is (193,48,65). Sum of RGB (Red+Green+Blue) = 193+48+65=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C13041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13041 is #3ECFBE. Grayscale: #5D5D5D. Windows color (decimal): -4116415 or 4272321. OLE color: 4272321.

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

Color convert

RGB 193 48 65 -
CMYK 0 0.75 0.66 0.24
HSL 352.97º 0.6% 0.47% -
HSV(B) 352.97º 0.75% 0.76% -
XYZ 24 13.83 6.41 -
YUV 93.29 112.04 199.12 -
System Red Green Blue C M Y K H S L
Decimal 193 48 65 0 0.75 0.66 0.24 352.97 0.6 0.47
Hex C1 30 41 0 4B 42 18 161 3C 2F
Octal 301 60 101 0 113 102 30 541 74 57
Binary 11000001 110000 1000001 0 1001011 1000010 11000 101100001 111100 101111

Color Harmonies of #C13041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13041

Black with #C13041

Text Example


Text Example

White with #C13041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13041; }

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

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

background-color css

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

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

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

border-color css

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

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

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