Html Css Color HEX #C21911 Fire Brick

📋 copy color: '#C21911'

red 194 ◦ green 25 ◦ blue 17

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

Shades of Fire Brick #C21911

Tints of Fire Brick #C21911

RGB

 RED value IS 194 (76.17% from 255) = 82.2%

 GREEN value IS 25 (10.16% from 255) = 10.59%

 BLUE value IS 17 (7.03% from 255) = 7.2%

R = 82.2%
G = 10.59%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C21911 (or 0xC21911) is known color: Fire Brick. HEX triplet: C2, 19 and 11. RGB value is (194,25,17). Sum of RGB (Red+Green+Blue) = 194+25+17=236 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.20% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 194 - color contains mainly: red. Hex color #C21911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21911 is #3DE6EE. Grayscale: #4A4A4A. Windows color (decimal): -4056815 or 1120706. OLE color: 1120706.

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

Color convert

RGB 194 25 17 -
CMYK 0 0.87 0.91 0.24
HSL 2.71º 0.84% 0.41% -
HSV(B) 2.71º 0.91% 0.76% -
XYZ 22.7 12.21 1.69 -
YUV 74.62 95.49 213.15 -
System Red Green Blue C M Y K H S L
Decimal 194 25 17 0 0.87 0.91 0.24 2.71 0.84 0.41
Hex C2 19 11 0 57 5B 18 3 54 29
Octal 302 31 21 0 127 133 30 3 124 51
Binary 11000010 11001 10001 0 1010111 1011011 11000 11 1010100 101001

Color Harmonies of #C21911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21911

Black with #C21911

Text Example


Text Example

White with #C21911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21911; }

 p { color: rgb(194,25,17); }

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

background-color css

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

 a { background-color: rgb(194,25,17); }

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

border-color css

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

 span { border-color: rgb(194,25,17); }

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