Html Css Color HEX #C5211A Fire Brick

📋 copy color: '#C5211A'

red 197 ◦ green 33 ◦ blue 26

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

Shades of Fire Brick #C5211A

Tints of Fire Brick #C5211A

RGB

 RED value IS 197 (77.34% from 255) = 76.95%

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

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

R = 76.95%
G = 12.89%
B = 10.16%

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

#C5211A (or 0xC5211A) is known color: Fire Brick. HEX triplet: C5, 21 and 1A. RGB value is (197,33,26). Sum of RGB (Red+Green+Blue) = 197+33+26=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C5211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5211A is #3ADEE5. Grayscale: #515151. Windows color (decimal): -3858150 or 1712581. OLE color: 1712581.

HSL color Cylindrical-coordinate representation of color #C5211A: hue angle of 2.46º 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 #C5211A is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 33 26 -
CMYK 0 0.83 0.87 0.23
HSL 2.46º 0.77% 0.44% -
HSV(B) 2.46º 0.87% 0.77% -
XYZ 23.76 13.03 2.24 -
YUV 81.24 96.83 210.57 -
System Red Green Blue C M Y K H S L
Decimal 197 33 26 0 0.83 0.87 0.23 2.46 0.77 0.44
Hex C5 21 1A 0 53 57 17 2 4D 2C
Octal 305 41 32 0 123 127 27 2 115 54
Binary 11000101 100001 11010 0 1010011 1010111 10111 10 1001101 101100

Color Harmonies of #C5211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5211A

Black with #C5211A

Text Example


Text Example

White with #C5211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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