Html Css Color HEX #C4211F Fire Brick

📋 copy color: '#C4211F'

red 196 ◦ green 33 ◦ blue 31

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

Shades of Fire Brick #C4211F

Tints of Fire Brick #C4211F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.92%

R = 75.38%
G = 12.69%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4211F (or 0xC4211F) is known color: Fire Brick. HEX triplet: C4, 21 and 1F. RGB value is (196,33,31). Sum of RGB (Red+Green+Blue) = 196+33+31=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C4211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4211F is #3BDEE0. Grayscale: #515151. Windows color (decimal): -3923681 or 2040260. OLE color: 2040260.

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

Color convert

RGB 196 33 31 -
CMYK 0 0.83 0.84 0.23
HSL 0.73º 0.73% 0.45% -
HSV(B) 0.73º 0.84% 0.77% -
XYZ 23.56 12.92 2.55 -
YUV 81.51 99.5 209.66 -
System Red Green Blue C M Y K H S L
Decimal 196 33 31 0 0.83 0.84 0.23 0.73 0.73 0.45
Hex C4 21 1F 0 53 54 17 1 49 2D
Octal 304 41 37 0 123 124 27 1 111 55
Binary 11000100 100001 11111 0 1010011 1010100 10111 1 1001001 101101

Color Harmonies of #C4211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4211F

Black with #C4211F

Text Example


Text Example

White with #C4211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4211F; }

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

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

background-color css

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

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

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

border-color css

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

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

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