Html Css Color HEX #C8211D Fire Brick

📋 copy color: '#C8211D'

red 200 ◦ green 33 ◦ blue 29

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

Shades of Fire Brick #C8211D

Tints of Fire Brick #C8211D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.07%

R = 76.34%
G = 12.6%
B = 11.07%

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

#C8211D (or 0xC8211D) is known color: Fire Brick. HEX triplet: C8, 21 and 1D. RGB value is (200,33,29). Sum of RGB (Red+Green+Blue) = 200+33+29=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C8211D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8211D is #37DEE2. Grayscale: #525252. Windows color (decimal): -3661539 or 1909192. OLE color: 1909192.

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

Color convert

RGB 200 33 29 -
CMYK 0 0.84 0.86 0.22
HSL 1.4º 0.75% 0.45% -
HSV(B) 1.4º 0.86% 0.78% -
XYZ 24.59 13.46 2.46 -
YUV 82.48 97.83 211.83 -
System Red Green Blue C M Y K H S L
Decimal 200 33 29 0 0.84 0.86 0.22 1.4 0.75 0.45
Hex C8 21 1D 0 54 56 16 1 4B 2D
Octal 310 41 35 0 124 126 26 1 113 55
Binary 11001000 100001 11101 0 1010100 1010110 10110 1 1001011 101101

Color Harmonies of #C8211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8211D

Black with #C8211D

Text Example


Text Example

White with #C8211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8211D; }

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

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

background-color css

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

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

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

border-color css

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

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

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