Html Css Color HEX #C3231C Fire Brick

📋 copy color: '#C3231C'

red 195 ◦ green 35 ◦ blue 28

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

Shades of Fire Brick #C3231C

Tints of Fire Brick #C3231C

RGB

 RED value IS 195 (76.56% from 255) = 75.58%

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

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

R = 75.58%
G = 13.57%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3231C (or 0xC3231C) is known color: Fire Brick. HEX triplet: C3, 23 and 1C. RGB value is (195,35,28). Sum of RGB (Red+Green+Blue) = 195+35+28=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C3231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3231C is #3CDCE3. Grayscale: #525252. Windows color (decimal): -3988708 or 1844163. OLE color: 1844163.

HSL color Cylindrical-coordinate representation of color #C3231C: hue angle of 2.51º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3231C is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 35 28 -
CMYK 0 0.82 0.86 0.24
HSL 2.51º 0.75% 0.44% -
HSV(B) 2.51º 0.86% 0.76% -
XYZ 23.32 12.89 2.36 -
YUV 82.04 97.51 208.57 -
System Red Green Blue C M Y K H S L
Decimal 195 35 28 0 0.82 0.86 0.24 2.51 0.75 0.44
Hex C3 23 1C 0 52 56 18 3 4B 2C
Octal 303 43 34 0 122 126 30 3 113 54
Binary 11000011 100011 11100 0 1010010 1010110 11000 11 1001011 101100

Color Harmonies of #C3231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3231C

Black with #C3231C

Text Example


Text Example

White with #C3231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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