Html Css Color HEX #C12113 Fire Brick

📋 copy color: '#C12113'

red 193 ◦ green 33 ◦ blue 19

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

Shades of Fire Brick #C12113

Tints of Fire Brick #C12113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.47%

 BLUE value IS 19 (7.81% from 255) = 7.76%

R = 78.78%
G = 13.47%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C12113 (or 0xC12113) is known color: Fire Brick. HEX triplet: C1, 21 and 13. RGB value is (193,33,19). Sum of RGB (Red+Green+Blue) = 193+33+19=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C12113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12113 is #3EDEEC. Grayscale: #4F4F4F. Windows color (decimal): -4120301 or 1253825. OLE color: 1253825.

HSL color Cylindrical-coordinate representation of color #C12113: hue angle of 4.83º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C12113 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 33 19 -
CMYK 0 0.83 0.90 0.24
HSL 4.83º 0.82% 0.42% -
HSV(B) 4.83º 0.9% 0.76% -
XYZ 22.65 12.47 1.83 -
YUV 79.24 94.01 209.14 -
System Red Green Blue C M Y K H S L
Decimal 193 33 19 0 0.83 0.90 0.24 4.83 0.82 0.42
Hex C1 21 13 0 53 5A 18 5 52 2A
Octal 301 41 23 0 123 132 30 5 122 52
Binary 11000001 100001 10011 0 1010011 1011010 11000 101 1010010 101010

Color Harmonies of #C12113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12113

Black with #C12113

Text Example


Text Example

White with #C12113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12113; }

 p { color: rgb(193,33,19); }

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

background-color css

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

 a { background-color: rgb(193,33,19); }

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

border-color css

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

 span { border-color: rgb(193,33,19); }

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