Html Css Color HEX #C8211B Fire Brick

📋 copy color: '#C8211B'

red 200 ◦ green 33 ◦ blue 27

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

Shades of Fire Brick #C8211B

Tints of Fire Brick #C8211B

RGB

 RED value IS 200 (78.52% from 255) = 76.92%

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

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

R = 76.92%
G = 12.69%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8211B (or 0xC8211B) is known color: Fire Brick. HEX triplet: C8, 21 and 1B. RGB value is (200,33,27). Sum of RGB (Red+Green+Blue) = 200+33+27=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C8211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8211B is #37DEE4. Grayscale: #525252. Windows color (decimal): -3661541 or 1778120. OLE color: 1778120.

HSL color Cylindrical-coordinate representation of color #C8211B: hue angle of 2.08º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8211B is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 33 27 -
CMYK 0 0.84 0.86 0.22
HSL 2.08º 0.76% 0.45% -
HSV(B) 2.08º 0.87% 0.78% -
XYZ 24.56 13.45 2.34 -
YUV 82.25 96.83 211.99 -
System Red Green Blue C M Y K H S L
Decimal 200 33 27 0 0.84 0.86 0.22 2.08 0.76 0.45
Hex C8 21 1B 0 54 56 16 2 4C 2D
Octal 310 41 33 0 124 126 26 2 114 55
Binary 11001000 100001 11011 0 1010100 1010110 10110 10 1001100 101101

Color Harmonies of #C8211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8211B

Black with #C8211B

Text Example


Text Example

White with #C8211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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