Html Css Color HEX #C12219 Fire Brick

📋 copy color: '#C12219'

red 193 ◦ green 34 ◦ blue 25

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

Shades of Fire Brick #C12219

Tints of Fire Brick #C12219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.49%

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 76.59%
G = 13.49%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C12219 (or 0xC12219) is known color: Fire Brick. HEX triplet: C1, 22 and 19. RGB value is (193,34,25). Sum of RGB (Red+Green+Blue) = 193+34+25=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C12219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12219 is #3EDDE6. Grayscale: #505050. Windows color (decimal): -4120039 or 1647297. OLE color: 1647297.

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

Color convert

RGB 193 34 25 -
CMYK 0 0.82 0.87 0.24
HSL 3.21º 0.77% 0.43% -
HSV(B) 3.21º 0.87% 0.76% -
XYZ 22.74 12.55 2.14 -
YUV 80.52 96.68 208.23 -
System Red Green Blue C M Y K H S L
Decimal 193 34 25 0 0.82 0.87 0.24 3.21 0.77 0.43
Hex C1 22 19 0 52 57 18 3 4D 2B
Octal 301 42 31 0 122 127 30 3 115 53
Binary 11000001 100010 11001 0 1010010 1010111 11000 11 1001101 101011

Color Harmonies of #C12219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12219

Black with #C12219

Text Example


Text Example

White with #C12219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12219; }

 p { color: rgb(193,34,25); }

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

background-color css

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

 a { background-color: rgb(193,34,25); }

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

border-color css

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

 span { border-color: rgb(193,34,25); }

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