Html Css Color HEX #C21B11 Fire Brick

📋 copy color: '#C21B11'

red 194 ◦ green 27 ◦ blue 17

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

Shades of Fire Brick #C21B11

Tints of Fire Brick #C21B11

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.34%

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

R = 81.51%
G = 11.34%
B = 7.14%

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

#C21B11 (or 0xC21B11) is known color: Fire Brick. HEX triplet: C2, 1B and 11. RGB value is (194,27,17). Sum of RGB (Red+Green+Blue) = 194+27+17=238 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.51% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21B11 is #3DE4EE. Grayscale: #4C4C4C. Windows color (decimal): -4056303 or 1121218. OLE color: 1121218.

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

Color convert

RGB 194 27 17 -
CMYK 0 0.86 0.91 0.24
HSL 3.39º 0.84% 0.41% -
HSV(B) 3.39º 0.91% 0.76% -
XYZ 22.74 12.29 1.7 -
YUV 75.79 94.83 212.31 -
System Red Green Blue C M Y K H S L
Decimal 194 27 17 0 0.86 0.91 0.24 3.39 0.84 0.41
Hex C2 1B 11 0 56 5B 18 3 54 29
Octal 302 33 21 0 126 133 30 3 124 51
Binary 11000010 11011 10001 0 1010110 1011011 11000 11 1010100 101001

Color Harmonies of #C21B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21B11

Black with #C21B11

Text Example


Text Example

White with #C21B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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