Html Css Color HEX #C5211F Fire Brick

📋 copy color: '#C5211F'

red 197 ◦ green 33 ◦ blue 31

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

Shades of Fire Brick #C5211F

Tints of Fire Brick #C5211F

RGB

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

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

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

R = 75.48%
G = 12.64%
B = 11.88%

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

#C5211F (or 0xC5211F) is known color: Fire Brick. HEX triplet: C5, 21 and 1F. RGB value is (197,33,31). Sum of RGB (Red+Green+Blue) = 197+33+31=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C5211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5211F is #3ADEE0. Grayscale: #515151. Windows color (decimal): -3858145 or 2040261. OLE color: 2040261.

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

Color convert

RGB 197 33 31 -
CMYK 0 0.83 0.84 0.23
HSL 0.72º 0.73% 0.45% -
HSV(B) 0.72º 0.84% 0.77% -
XYZ 23.82 13.06 2.56 -
YUV 81.81 99.33 210.16 -
System Red Green Blue C M Y K H S L
Decimal 197 33 31 0 0.83 0.84 0.23 0.72 0.73 0.45
Hex C5 21 1F 0 53 54 17 1 49 2D
Octal 305 41 37 0 123 124 27 1 111 55
Binary 11000101 100001 11111 0 1010011 1010100 10111 1 1001001 101101

Color Harmonies of #C5211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5211F

Black with #C5211F

Text Example


Text Example

White with #C5211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5211F; }

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

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

background-color css

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

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

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

border-color css

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

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

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