Html Css Color HEX #C21C11 Fire Brick

📋 copy color: '#C21C11'

red 194 ◦ green 28 ◦ blue 17

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

Shades of Fire Brick #C21C11

Tints of Fire Brick #C21C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.72%

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

R = 81.17%
G = 11.72%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C21C11 (or 0xC21C11) is known color: Fire Brick. HEX triplet: C2, 1C and 11. RGB value is (194,28,17). Sum of RGB (Red+Green+Blue) = 194+28+17=239 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.17% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21C11 is #3DE3EE. Grayscale: #4C4C4C. Windows color (decimal): -4056047 or 1121474. OLE color: 1121474.

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

Color convert

RGB 194 28 17 -
CMYK 0 0.86 0.91 0.24
HSL 3.73º 0.84% 0.41% -
HSV(B) 3.73º 0.91% 0.76% -
XYZ 22.76 12.34 1.71 -
YUV 76.38 94.5 211.89 -
System Red Green Blue C M Y K H S L
Decimal 194 28 17 0 0.86 0.91 0.24 3.73 0.84 0.41
Hex C2 1C 11 0 56 5B 18 4 54 29
Octal 302 34 21 0 126 133 30 4 124 51
Binary 11000010 11100 10001 0 1010110 1011011 11000 100 1010100 101001

Color Harmonies of #C21C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C11

Black with #C21C11

Text Example


Text Example

White with #C21C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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