Html Css Color HEX #C3231A Fire Brick

📋 copy color: '#C3231A'

red 195 ◦ green 35 ◦ blue 26

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

Shades of Fire Brick #C3231A

Tints of Fire Brick #C3231A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.16%

R = 76.17%
G = 13.67%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3231A (or 0xC3231A) is known color: Fire Brick. HEX triplet: C3, 23 and 1A. RGB value is (195,35,26). Sum of RGB (Red+Green+Blue) = 195+35+26=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C3231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3231A is #3CDCE5. Grayscale: #525252. Windows color (decimal): -3988710 or 1713091. OLE color: 1713091.

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

Color convert

RGB 195 35 26 -
CMYK 0 0.82 0.87 0.24
HSL 3.2º 0.76% 0.43% -
HSV(B) 3.2º 0.87% 0.76% -
XYZ 23.29 12.88 2.24 -
YUV 81.81 96.51 208.73 -
System Red Green Blue C M Y K H S L
Decimal 195 35 26 0 0.82 0.87 0.24 3.2 0.76 0.43
Hex C3 23 1A 0 52 57 18 3 4C 2B
Octal 303 43 32 0 122 127 30 3 114 53
Binary 11000011 100011 11010 0 1010010 1010111 11000 11 1001100 101011

Color Harmonies of #C3231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3231A

Black with #C3231A

Text Example


Text Example

White with #C3231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3231A; }

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

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

background-color css

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

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

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

border-color css

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

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

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