Html Css Color HEX #C4211B Fire Brick

📋 copy color: '#C4211B'

red 196 ◦ green 33 ◦ blue 27

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

Shades of Fire Brick #C4211B

Tints of Fire Brick #C4211B

RGB

 RED value IS 196 (76.95% from 255) = 76.56%

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

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

R = 76.56%
G = 12.89%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4211B (or 0xC4211B) is known color: Fire Brick. HEX triplet: C4, 21 and 1B. RGB value is (196,33,27). Sum of RGB (Red+Green+Blue) = 196+33+27=256 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.56% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 196 - color contains mainly: red. Hex color #C4211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4211B is #3BDEE4. Grayscale: #515151. Windows color (decimal): -3923685 or 1778116. OLE color: 1778116.

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

Color convert

RGB 196 33 27 -
CMYK 0 0.83 0.86 0.23
HSL 2.13º 0.76% 0.44% -
HSV(B) 2.13º 0.86% 0.77% -
XYZ 23.51 12.9 2.29 -
YUV 81.05 97.5 209.99 -
System Red Green Blue C M Y K H S L
Decimal 196 33 27 0 0.83 0.86 0.23 2.13 0.76 0.44
Hex C4 21 1B 0 53 56 17 2 4C 2C
Octal 304 41 33 0 123 126 27 2 114 54
Binary 11000100 100001 11011 0 1010011 1010110 10111 10 1001100 101100

Color Harmonies of #C4211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4211B

Black with #C4211B

Text Example


Text Example

White with #C4211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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