Html Css Color HEX #C5251D Fire Brick

📋 copy color: '#C5251D'

red 197 ◦ green 37 ◦ blue 29

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

Shades of Fire Brick #C5251D

Tints of Fire Brick #C5251D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.03%

R = 74.9%
G = 14.07%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5251D (or 0xC5251D) is known color: Fire Brick. HEX triplet: C5, 25 and 1D. RGB value is (197,37,29). Sum of RGB (Red+Green+Blue) = 197+37+29=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C5251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5251D is #3ADAE2. Grayscale: #545454. Windows color (decimal): -3857123 or 1910213. OLE color: 1910213.

HSL color Cylindrical-coordinate representation of color #C5251D: hue angle of 2.86º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5251D is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 37 29 -
CMYK 0 0.81 0.85 0.23
HSL 2.86º 0.74% 0.44% -
HSV(B) 2.86º 0.85% 0.77% -
XYZ 23.91 13.28 2.47 -
YUV 83.93 97.01 208.65 -
System Red Green Blue C M Y K H S L
Decimal 197 37 29 0 0.81 0.85 0.23 2.86 0.74 0.44
Hex C5 25 1D 0 51 55 17 3 4A 2C
Octal 305 45 35 0 121 125 27 3 112 54
Binary 11000101 100101 11101 0 1010001 1010101 10111 11 1001010 101100

Color Harmonies of #C5251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5251D

Black with #C5251D

Text Example


Text Example

White with #C5251D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5251D; }

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

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

background-color css

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

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

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

border-color css

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

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

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