Html Css Color HEX #C5201F Fire Brick

📋 copy color: '#C5201F'

red 197 ◦ green 32 ◦ blue 31

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

Shades of Fire Brick #C5201F

Tints of Fire Brick #C5201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.31%

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

R = 75.77%
G = 12.31%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C5201F (or 0xC5201F) is known color: Fire Brick. HEX triplet: C5, 20 and 1F. RGB value is (197,32,31). Sum of RGB (Red+Green+Blue) = 197+32+31=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C5201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5201F is #3ADFE0. Grayscale: #515151. Windows color (decimal): -3858401 or 2040005. OLE color: 2040005.

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

Color convert

RGB 197 32 31 -
CMYK 0 0.84 0.84 0.23
HSL 0.36º 0.73% 0.45% -
HSV(B) 0.36º 0.84% 0.77% -
XYZ 23.79 13 2.55 -
YUV 81.22 99.66 210.58 -
System Red Green Blue C M Y K H S L
Decimal 197 32 31 0 0.84 0.84 0.23 0.36 0.73 0.45
Hex C5 20 1F 0 54 54 17 0 49 2D
Octal 305 40 37 0 124 124 27 0 111 55
Binary 11000101 100000 11111 0 1010100 1010100 10111 0 1001001 101101

Color Harmonies of #C5201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5201F

Black with #C5201F

Text Example


Text Example

White with #C5201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5201F; }

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

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

background-color css

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

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

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

border-color css

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

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

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