Html Css Color HEX #C5221A Fire Brick

📋 copy color: '#C5221A'

red 197 ◦ green 34 ◦ blue 26

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

Shades of Fire Brick #C5221A

Tints of Fire Brick #C5221A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.23%

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

R = 76.65%
G = 13.23%
B = 10.12%

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

#C5221A (or 0xC5221A) is known color: Fire Brick. HEX triplet: C5, 22 and 1A. RGB value is (197,34,26). Sum of RGB (Red+Green+Blue) = 197+34+26=257 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.65% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 197 - color contains mainly: red. Hex color #C5221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5221A is #3ADDE5. Grayscale: #525252. Windows color (decimal): -3857894 or 1712837. OLE color: 1712837.

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

Color convert

RGB 197 34 26 -
CMYK 0 0.83 0.87 0.23
HSL 2.81º 0.77% 0.44% -
HSV(B) 2.81º 0.87% 0.77% -
XYZ 23.78 13.09 2.25 -
YUV 81.83 96.5 210.15 -
System Red Green Blue C M Y K H S L
Decimal 197 34 26 0 0.83 0.87 0.23 2.81 0.77 0.44
Hex C5 22 1A 0 53 57 17 3 4D 2C
Octal 305 42 32 0 123 127 27 3 115 54
Binary 11000101 100010 11010 0 1010011 1010111 10111 11 1001101 101100

Color Harmonies of #C5221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5221A

Black with #C5221A

Text Example


Text Example

White with #C5221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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