Html Css Color HEX #C5221B Fire Brick

📋 copy color: '#C5221B'

red 197 ◦ green 34 ◦ blue 27

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

Shades of Fire Brick #C5221B

Tints of Fire Brick #C5221B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.47%

R = 76.36%
G = 13.18%
B = 10.47%

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

#C5221B (or 0xC5221B) is known color: Fire Brick. HEX triplet: C5, 22 and 1B. RGB value is (197,34,27). Sum of RGB (Red+Green+Blue) = 197+34+27=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C5221B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5221B is #3ADDE4. Grayscale: #525252. Windows color (decimal): -3857893 or 1778373. OLE color: 1778373.

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

Color convert

RGB 197 34 27 -
CMYK 0 0.83 0.86 0.23
HSL 2.47º 0.76% 0.44% -
HSV(B) 2.47º 0.86% 0.77% -
XYZ 23.8 13.09 2.31 -
YUV 81.94 97 210.07 -
System Red Green Blue C M Y K H S L
Decimal 197 34 27 0 0.83 0.86 0.23 2.47 0.76 0.44
Hex C5 22 1B 0 53 56 17 2 4C 2C
Octal 305 42 33 0 123 126 27 2 114 54
Binary 11000101 100010 11011 0 1010011 1010110 10111 10 1001100 101100

Color Harmonies of #C5221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5221B

Black with #C5221B

Text Example


Text Example

White with #C5221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5221B; }

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

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

background-color css

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

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

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

border-color css

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

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

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