Html Css Color HEX #C5231B Fire Brick

📋 copy color: '#C5231B'

red 197 ◦ green 35 ◦ blue 27

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

Shades of Fire Brick #C5231B

Tints of Fire Brick #C5231B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.42%

R = 76.06%
G = 13.51%
B = 10.42%

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

#C5231B (or 0xC5231B) is known color: Fire Brick. HEX triplet: C5, 23 and 1B. RGB value is (197,35,27). Sum of RGB (Red+Green+Blue) = 197+35+27=259 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.06% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 197 - color contains mainly: red. Hex color #C5231B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5231B is #3ADCE4. Grayscale: #525252. Windows color (decimal): -3857637 or 1778629. OLE color: 1778629.

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

Color convert

RGB 197 35 27 -
CMYK 0 0.82 0.86 0.23
HSL 2.82º 0.76% 0.44% -
HSV(B) 2.82º 0.86% 0.77% -
XYZ 23.82 13.15 2.32 -
YUV 82.53 96.67 209.65 -
System Red Green Blue C M Y K H S L
Decimal 197 35 27 0 0.82 0.86 0.23 2.82 0.76 0.44
Hex C5 23 1B 0 52 56 17 3 4C 2C
Octal 305 43 33 0 122 126 27 3 114 54
Binary 11000101 100011 11011 0 1010010 1010110 10111 11 1001100 101100

Color Harmonies of #C5231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5231B

Black with #C5231B

Text Example


Text Example

White with #C5231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5231B; }

 p { color: rgb(197,35,27); }

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

background-color css

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

 a { background-color: rgb(197,35,27); }

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

border-color css

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

 span { border-color: rgb(197,35,27); }

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