Html Css Color HEX #C4231C Fire Brick

📋 copy color: '#C4231C'

red 196 ◦ green 35 ◦ blue 28

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

Shades of Fire Brick #C4231C

Tints of Fire Brick #C4231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.51%

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

R = 75.68%
G = 13.51%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4231C (or 0xC4231C) is known color: Fire Brick. HEX triplet: C4, 23 and 1C. RGB value is (196,35,28). Sum of RGB (Red+Green+Blue) = 196+35+28=259 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.68% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 196 - color contains mainly: red. Hex color #C4231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4231C is #3BDCE3. Grayscale: #525252. Windows color (decimal): -3923172 or 1844164. OLE color: 1844164.

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

Color convert

RGB 196 35 28 -
CMYK 0 0.82 0.86 0.23
HSL 2.5º 0.75% 0.44% -
HSV(B) 2.5º 0.86% 0.77% -
XYZ 23.58 13.02 2.37 -
YUV 82.34 97.34 209.07 -
System Red Green Blue C M Y K H S L
Decimal 196 35 28 0 0.82 0.86 0.23 2.5 0.75 0.44
Hex C4 23 1C 0 52 56 17 2 4B 2C
Octal 304 43 34 0 122 126 27 2 113 54
Binary 11000100 100011 11100 0 1010010 1010110 10111 10 1001011 101100

Color Harmonies of #C4231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4231C

Black with #C4231C

Text Example


Text Example

White with #C4231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4231C; }

 p { color: rgb(196,35,28); }

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

background-color css

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

 a { background-color: rgb(196,35,28); }

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

border-color css

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

 span { border-color: rgb(196,35,28); }

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