Html Css Color HEX #C5251C Fire Brick

📋 copy color: '#C5251C'

red 197 ◦ green 37 ◦ blue 28

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

Shades of Fire Brick #C5251C

Tints of Fire Brick #C5251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.69%

R = 75.19%
G = 14.12%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5251C (or 0xC5251C) is known color: Fire Brick. HEX triplet: C5, 25 and 1C. RGB value is (197,37,28). Sum of RGB (Red+Green+Blue) = 197+37+28=262 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.19% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 197 - color contains mainly: red. Hex color #C5251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5251C is #3ADAE3. Grayscale: #545454. Windows color (decimal): -3857124 or 1844677. OLE color: 1844677.

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

Color convert

RGB 197 37 28 -
CMYK 0 0.81 0.86 0.23
HSL 3.2º 0.75% 0.44% -
HSV(B) 3.2º 0.86% 0.77% -
XYZ 23.9 13.28 2.4 -
YUV 83.81 96.51 208.73 -
System Red Green Blue C M Y K H S L
Decimal 197 37 28 0 0.81 0.86 0.23 3.2 0.75 0.44
Hex C5 25 1C 0 51 56 17 3 4B 2C
Octal 305 45 34 0 121 126 27 3 113 54
Binary 11000101 100101 11100 0 1010001 1010110 10111 11 1001011 101100

Color Harmonies of #C5251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5251C

Black with #C5251C

Text Example


Text Example

White with #C5251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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