Html Css Color HEX #C3211F Fire Brick

📋 copy color: '#C3211F'

red 195 ◦ green 33 ◦ blue 31

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

Shades of Fire Brick #C3211F

Tints of Fire Brick #C3211F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.74%

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

R = 75.29%
G = 12.74%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3211F (or 0xC3211F) is known color: Fire Brick. HEX triplet: C3, 21 and 1F. RGB value is (195,33,31). Sum of RGB (Red+Green+Blue) = 195+33+31=259 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.29% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 195 - color contains mainly: red. Hex color #C3211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3211F is #3CDEE0. Grayscale: #515151. Windows color (decimal): -3989217 or 2040259. OLE color: 2040259.

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

Color convert

RGB 195 33 31 -
CMYK 0 0.83 0.84 0.24
HSL 0.73º 0.73% 0.44% -
HSV(B) 0.73º 0.84% 0.76% -
XYZ 23.3 12.79 2.54 -
YUV 81.21 99.67 209.16 -
System Red Green Blue C M Y K H S L
Decimal 195 33 31 0 0.83 0.84 0.24 0.73 0.73 0.44
Hex C3 21 1F 0 53 54 18 1 49 2C
Octal 303 41 37 0 123 124 30 1 111 54
Binary 11000011 100001 11111 0 1010011 1010100 11000 1 1001001 101100

Color Harmonies of #C3211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3211F

Black with #C3211F

Text Example


Text Example

White with #C3211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3211F; }

 p { color: rgb(195,33,31); }

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

background-color css

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

 a { background-color: rgb(195,33,31); }

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

border-color css

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

 span { border-color: rgb(195,33,31); }

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