Html Css Color HEX #C5251F Fire Brick

📋 copy color: '#C5251F'

red 197 ◦ green 37 ◦ blue 31

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

Shades of Fire Brick #C5251F

Tints of Fire Brick #C5251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.96%

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

R = 74.34%
G = 13.96%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5251F (or 0xC5251F) is known color: Fire Brick. HEX triplet: C5, 25 and 1F. RGB value is (197,37,31). Sum of RGB (Red+Green+Blue) = 197+37+31=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C5251F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5251F is #3ADAE0. Grayscale: #545454. Windows color (decimal): -3857121 or 2041285. OLE color: 2041285.

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

Color convert

RGB 197 37 31 -
CMYK 0 0.81 0.84 0.23
HSL 2.17º 0.73% 0.45% -
HSV(B) 2.17º 0.84% 0.77% -
XYZ 23.93 13.29 2.6 -
YUV 84.16 98.01 208.49 -
System Red Green Blue C M Y K H S L
Decimal 197 37 31 0 0.81 0.84 0.23 2.17 0.73 0.45
Hex C5 25 1F 0 51 54 17 2 49 2D
Octal 305 45 37 0 121 124 27 2 111 55
Binary 11000101 100101 11111 0 1010001 1010100 10111 10 1001001 101101

Color Harmonies of #C5251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5251F

Black with #C5251F

Text Example


Text Example

White with #C5251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5251F; }

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

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

background-color css

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

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

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

border-color css

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

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

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