Html Css Color HEX #C21811 Fire Brick

📋 copy color: '#C21811'

red 194 ◦ green 24 ◦ blue 17

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

Shades of Fire Brick #C21811

Tints of Fire Brick #C21811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.21%

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

R = 82.55%
G = 10.21%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C21811 (or 0xC21811) is known color: Fire Brick. HEX triplet: C2, 18 and 11. RGB value is (194,24,17). Sum of RGB (Red+Green+Blue) = 194+24+17=235 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.55% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 194 - color contains mainly: red. Hex color #C21811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21811 is #3DE7EE. Grayscale: #4A4A4A. Windows color (decimal): -4057071 or 1120450. OLE color: 1120450.

HSL color Cylindrical-coordinate representation of color #C21811: hue angle of 2.37º 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 #C21811 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 24 17 -
CMYK 0 0.88 0.91 0.24
HSL 2.37º 0.84% 0.41% -
HSV(B) 2.37º 0.91% 0.76% -
XYZ 22.68 12.16 1.68 -
YUV 74.03 95.82 213.57 -
System Red Green Blue C M Y K H S L
Decimal 194 24 17 0 0.88 0.91 0.24 2.37 0.84 0.41
Hex C2 18 11 0 58 5B 18 2 54 29
Octal 302 30 21 0 130 133 30 2 124 51
Binary 11000010 11000 10001 0 1011000 1011011 11000 10 1010100 101001

Color Harmonies of #C21811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21811

Black with #C21811

Text Example


Text Example

White with #C21811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21811; }

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

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

background-color css

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

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

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

border-color css

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

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

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