Html Css Color HEX #C4261F Fire Brick

📋 copy color: '#C4261F'

red 196 ◦ green 38 ◦ blue 31

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

Shades of Fire Brick #C4261F

Tints of Fire Brick #C4261F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.34%

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

R = 73.96%
G = 14.34%
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

#C4261F (or 0xC4261F) is known color: Fire Brick. HEX triplet: C4, 26 and 1F. RGB value is (196,38,31). Sum of RGB (Red+Green+Blue) = 196+38+31=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C4261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4261F is #3BD9E0. Grayscale: #545454. Windows color (decimal): -3922401 or 2041540. OLE color: 2041540.

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

Color convert

RGB 196 38 31 -
CMYK 0 0.81 0.84 0.23
HSL 2.55º 0.73% 0.45% -
HSV(B) 2.55º 0.84% 0.77% -
XYZ 23.71 13.22 2.6 -
YUV 84.44 97.85 207.57 -
System Red Green Blue C M Y K H S L
Decimal 196 38 31 0 0.81 0.84 0.23 2.55 0.73 0.45
Hex C4 26 1F 0 51 54 17 3 49 2D
Octal 304 46 37 0 121 124 27 3 111 55
Binary 11000100 100110 11111 0 1010001 1010100 10111 11 1001001 101101

Color Harmonies of #C4261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4261F

Black with #C4261F

Text Example


Text Example

White with #C4261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4261F; }

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

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

background-color css

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

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

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

border-color css

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

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

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