Html Css Color HEX #C14448 Brick Red

📋 copy color: '#C14448'

red 193 ◦ green 68 ◦ blue 72

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

Shades of Brick Red #C14448

Tints of Brick Red #C14448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.42%

 BLUE value IS 72 (28.52% from 255) = 21.62%

R = 57.96%
G = 20.42%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C14448 (or 0xC14448) is known color: Brick Red. HEX triplet: C1, 44 and 48. RGB value is (193,68,72). Sum of RGB (Red+Green+Blue) = 193+68+72=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C14448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14448 is #3EBBB7. Grayscale: #696969. Windows color (decimal): -4111288 or 4736193. OLE color: 4736193.

HSL color Cylindrical-coordinate representation of color #C14448: hue angle of 358.08º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14448 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 68 72 -
CMYK 0 0.65 0.63 0.24
HSL 358.08º 0.5% 0.51% -
HSV(B) 358.08º 0.65% 0.76% -
XYZ 25.23 15.94 7.88 -
YUV 105.83 108.91 190.17 -
System Red Green Blue C M Y K H S L
Decimal 193 68 72 0 0.65 0.63 0.24 358.08 0.5 0.51
Hex C1 44 48 0 41 3F 18 166 32 33
Octal 301 104 110 0 101 77 30 546 62 63
Binary 11000001 1000100 1001000 0 1000001 111111 11000 101100110 110010 110011

Color Harmonies of #C14448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14448

Black with #C14448

Text Example


Text Example

White with #C14448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14448; }

 p { color: rgb(193,68,72); }

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

background-color css

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

 a { background-color: rgb(193,68,72); }

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

border-color css

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

 span { border-color: rgb(193,68,72); }

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