Html Css Color HEX #C8201D Fire Brick

📋 copy color: '#C8201D'

red 200 ◦ green 32 ◦ blue 29

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

Shades of Fire Brick #C8201D

Tints of Fire Brick #C8201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.26%

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

R = 76.63%
G = 12.26%
B = 11.11%

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

#C8201D (or 0xC8201D) is known color: Fire Brick. HEX triplet: C8, 20 and 1D. RGB value is (200,32,29). Sum of RGB (Red+Green+Blue) = 200+32+29=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C8201D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8201D is #37DFE2. Grayscale: #525252. Windows color (decimal): -3661795 or 1908936. OLE color: 1908936.

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

Color convert

RGB 200 32 29 -
CMYK 0 0.84 0.86 0.22
HSL 1.05º 0.75% 0.45% -
HSV(B) 1.05º 0.86% 0.78% -
XYZ 24.56 13.4 2.45 -
YUV 81.89 98.16 212.24 -
System Red Green Blue C M Y K H S L
Decimal 200 32 29 0 0.84 0.86 0.22 1.05 0.75 0.45
Hex C8 20 1D 0 54 56 16 1 4B 2D
Octal 310 40 35 0 124 126 26 1 113 55
Binary 11001000 100000 11101 0 1010100 1010110 10110 1 1001011 101101

Color Harmonies of #C8201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8201D

Black with #C8201D

Text Example


Text Example

White with #C8201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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