Html Css Color HEX #C2211B Fire Brick

📋 copy color: '#C2211B'

red 194 ◦ green 33 ◦ blue 27

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

Shades of Fire Brick #C2211B

Tints of Fire Brick #C2211B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.99%

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 76.38%
G = 12.99%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2211B (or 0xC2211B) is known color: Fire Brick. HEX triplet: C2, 21 and 1B. RGB value is (194,33,27). Sum of RGB (Red+Green+Blue) = 194+33+27=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C2211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2211B is #3DDEE4. Grayscale: #505050. Windows color (decimal): -4054757 or 1778114. OLE color: 1778114.

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

Color convert

RGB 194 33 27 -
CMYK 0 0.83 0.86 0.24
HSL 2.16º 0.76% 0.43% -
HSV(B) 2.16º 0.86% 0.76% -
XYZ 22.99 12.64 2.26 -
YUV 80.46 97.84 208.99 -
System Red Green Blue C M Y K H S L
Decimal 194 33 27 0 0.83 0.86 0.24 2.16 0.76 0.43
Hex C2 21 1B 0 53 56 18 2 4C 2B
Octal 302 41 33 0 123 126 30 2 114 53
Binary 11000010 100001 11011 0 1010011 1010110 11000 10 1001100 101011

Color Harmonies of #C2211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2211B

Black with #C2211B

Text Example


Text Example

White with #C2211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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