Html Css Color HEX #C5211C Fire Brick

📋 copy color: '#C5211C'

red 197 ◦ green 33 ◦ blue 28

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

Shades of Fire Brick #C5211C

Tints of Fire Brick #C5211C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.85%

R = 76.36%
G = 12.79%
B = 10.85%

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

#C5211C (or 0xC5211C) is known color: Fire Brick. HEX triplet: C5, 21 and 1C. RGB value is (197,33,28). Sum of RGB (Red+Green+Blue) = 197+33+28=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C5211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5211C is #3ADEE3. Grayscale: #515151. Windows color (decimal): -3858148 or 1843653. OLE color: 1843653.

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

Color convert

RGB 197 33 28 -
CMYK 0 0.83 0.86 0.23
HSL 1.78º 0.75% 0.44% -
HSV(B) 1.78º 0.86% 0.77% -
XYZ 23.78 13.04 2.36 -
YUV 81.47 97.83 210.41 -
System Red Green Blue C M Y K H S L
Decimal 197 33 28 0 0.83 0.86 0.23 1.78 0.75 0.44
Hex C5 21 1C 0 53 56 17 2 4B 2C
Octal 305 41 34 0 123 126 27 2 113 54
Binary 11000101 100001 11100 0 1010011 1010110 10111 10 1001011 101100

Color Harmonies of #C5211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5211C

Black with #C5211C

Text Example


Text Example

White with #C5211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5211C; }

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

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

background-color css

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

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

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

border-color css

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

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

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