Html Css Color HEX #C3211B Fire Brick

📋 copy color: '#C3211B'

red 195 ◦ green 33 ◦ blue 27

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

Shades of Fire Brick #C3211B

Tints of Fire Brick #C3211B

RGB

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

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

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

R = 76.47%
G = 12.94%
B = 10.59%

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

#C3211B (or 0xC3211B) is known color: Fire Brick. HEX triplet: C3, 21 and 1B. RGB value is (195,33,27). Sum of RGB (Red+Green+Blue) = 195+33+27=255 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.47% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 195 - color contains mainly: red. Hex color #C3211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3211B is #3CDEE4. Grayscale: #505050. Windows color (decimal): -3989221 or 1778115. OLE color: 1778115.

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

Color convert

RGB 195 33 27 -
CMYK 0 0.83 0.86 0.24
HSL 2.14º 0.76% 0.44% -
HSV(B) 2.14º 0.86% 0.76% -
XYZ 23.25 12.77 2.28 -
YUV 80.75 97.67 209.49 -
System Red Green Blue C M Y K H S L
Decimal 195 33 27 0 0.83 0.86 0.24 2.14 0.76 0.44
Hex C3 21 1B 0 53 56 18 2 4C 2C
Octal 303 41 33 0 123 126 30 2 114 54
Binary 11000011 100001 11011 0 1010011 1010110 11000 10 1001100 101100

Color Harmonies of #C3211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3211B

Black with #C3211B

Text Example


Text Example

White with #C3211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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