Html Css Color HEX #C3211C Fire Brick

📋 copy color: '#C3211C'

red 195 ◦ green 33 ◦ blue 28

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

Shades of Fire Brick #C3211C

Tints of Fire Brick #C3211C

RGB

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

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

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

R = 76.17%
G = 12.89%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3211C (or 0xC3211C) is known color: Fire Brick. HEX triplet: C3, 21 and 1C. RGB value is (195,33,28). Sum of RGB (Red+Green+Blue) = 195+33+28=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C3211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3211C is #3CDEE3. Grayscale: #515151. Windows color (decimal): -3989220 or 1843651. OLE color: 1843651.

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

Color convert

RGB 195 33 28 -
CMYK 0 0.83 0.86 0.24
HSL 1.8º 0.75% 0.44% -
HSV(B) 1.8º 0.86% 0.76% -
XYZ 23.26 12.77 2.34 -
YUV 80.87 98.17 209.41 -
System Red Green Blue C M Y K H S L
Decimal 195 33 28 0 0.83 0.86 0.24 1.8 0.75 0.44
Hex C3 21 1C 0 53 56 18 2 4B 2C
Octal 303 41 34 0 123 126 30 2 113 54
Binary 11000011 100001 11100 0 1010011 1010110 11000 10 1001011 101100

Color Harmonies of #C3211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3211C

Black with #C3211C

Text Example


Text Example

White with #C3211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3211C; }

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

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

background-color css

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

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

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

border-color css

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

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

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