Html Css Color HEX #C4211E Fire Brick

📋 copy color: '#C4211E'

red 196 ◦ green 33 ◦ blue 30

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

Shades of Fire Brick #C4211E

Tints of Fire Brick #C4211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.58%

R = 75.68%
G = 12.74%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4211E (or 0xC4211E) is known color: Fire Brick. HEX triplet: C4, 21 and 1E. RGB value is (196,33,30). Sum of RGB (Red+Green+Blue) = 196+33+30=259 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.68% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 196 - color contains mainly: red. Hex color #C4211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4211E is #3BDEE1. Grayscale: #515151. Windows color (decimal): -3923682 or 1974724. OLE color: 1974724.

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

Color convert

RGB 196 33 30 -
CMYK 0 0.83 0.85 0.23
HSL 1.08º 0.73% 0.44% -
HSV(B) 1.08º 0.85% 0.77% -
XYZ 23.54 12.92 2.48 -
YUV 81.4 99 209.74 -
System Red Green Blue C M Y K H S L
Decimal 196 33 30 0 0.83 0.85 0.23 1.08 0.73 0.44
Hex C4 21 1E 0 53 55 17 1 49 2C
Octal 304 41 36 0 123 125 27 1 111 54
Binary 11000100 100001 11110 0 1010011 1010101 10111 1 1001001 101100

Color Harmonies of #C4211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4211E

Black with #C4211E

Text Example


Text Example

White with #C4211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4211E; }

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

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

background-color css

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

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

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

border-color css

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

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

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