Html Css Color HEX #C4251F Fire Brick

📋 copy color: '#C4251F'

red 196 ◦ green 37 ◦ blue 31

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

Shades of Fire Brick #C4251F

Tints of Fire Brick #C4251F

RGB

 RED value IS 196 (76.95% from 255) = 74.24%

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

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

R = 74.24%
G = 14.02%
B = 11.74%

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

#C4251F (or 0xC4251F) is known color: Fire Brick. HEX triplet: C4, 25 and 1F. RGB value is (196,37,31). Sum of RGB (Red+Green+Blue) = 196+37+31=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C4251F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4251F is #3BDAE0. Grayscale: #545454. Windows color (decimal): -3922657 or 2041284. OLE color: 2041284.

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

Color convert

RGB 196 37 31 -
CMYK 0 0.81 0.84 0.23
HSL 2.18º 0.73% 0.45% -
HSV(B) 2.18º 0.84% 0.77% -
XYZ 23.67 13.16 2.59 -
YUV 83.86 98.18 207.99 -
System Red Green Blue C M Y K H S L
Decimal 196 37 31 0 0.81 0.84 0.23 2.18 0.73 0.45
Hex C4 25 1F 0 51 54 17 2 49 2D
Octal 304 45 37 0 121 124 27 2 111 55
Binary 11000100 100101 11111 0 1010001 1010100 10111 10 1001001 101101

Color Harmonies of #C4251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4251F

Black with #C4251F

Text Example


Text Example

White with #C4251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4251F; }

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

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

background-color css

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

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

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

border-color css

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

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

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