Html Css Color HEX #C12118 Fire Brick

📋 copy color: '#C12118'

red 193 ◦ green 33 ◦ blue 24

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

Shades of Fire Brick #C12118

Tints of Fire Brick #C12118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.6%

R = 77.2%
G = 13.2%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C12118 (or 0xC12118) is known color: Fire Brick. HEX triplet: C1, 21 and 18. RGB value is (193,33,24). Sum of RGB (Red+Green+Blue) = 193+33+24=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C12118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12118 is #3EDEE7. Grayscale: #505050. Windows color (decimal): -4120296 or 1581505. OLE color: 1581505.

HSL color Cylindrical-coordinate representation of color #C12118: hue angle of 3.2º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C12118 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 33 24 -
CMYK 0 0.83 0.88 0.24
HSL 3.2º 0.78% 0.43% -
HSV(B) 3.2º 0.88% 0.76% -
XYZ 22.7 12.49 2.08 -
YUV 79.81 96.51 208.73 -
System Red Green Blue C M Y K H S L
Decimal 193 33 24 0 0.83 0.88 0.24 3.2 0.78 0.43
Hex C1 21 18 0 53 58 18 3 4E 2B
Octal 301 41 30 0 123 130 30 3 116 53
Binary 11000001 100001 11000 0 1010011 1011000 11000 11 1001110 101011

Color Harmonies of #C12118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12118

Black with #C12118

Text Example


Text Example

White with #C12118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12118; }

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

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

background-color css

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

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

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

border-color css

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

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

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