Html Css Color HEX #C4211A Fire Brick

📋 copy color: '#C4211A'

red 196 ◦ green 33 ◦ blue 26

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

Shades of Fire Brick #C4211A

Tints of Fire Brick #C4211A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.2%

R = 76.86%
G = 12.94%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4211A (or 0xC4211A) is known color: Fire Brick. HEX triplet: C4, 21 and 1A. RGB value is (196,33,26). Sum of RGB (Red+Green+Blue) = 196+33+26=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C4211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4211A is #3BDEE5. Grayscale: #515151. Windows color (decimal): -3923686 or 1712580. OLE color: 1712580.

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

Color convert

RGB 196 33 26 -
CMYK 0 0.83 0.87 0.23
HSL 2.47º 0.77% 0.44% -
HSV(B) 2.47º 0.87% 0.77% -
XYZ 23.5 12.9 2.23 -
YUV 80.94 97 210.07 -
System Red Green Blue C M Y K H S L
Decimal 196 33 26 0 0.83 0.87 0.23 2.47 0.77 0.44
Hex C4 21 1A 0 53 57 17 2 4D 2C
Octal 304 41 32 0 123 127 27 2 115 54
Binary 11000100 100001 11010 0 1010011 1010111 10111 10 1001101 101100

Color Harmonies of #C4211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4211A

Black with #C4211A

Text Example


Text Example

White with #C4211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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