Html Css Color HEX #C8201B Fire Brick

📋 copy color: '#C8201B'

red 200 ◦ green 32 ◦ blue 27

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

Shades of Fire Brick #C8201B

Tints of Fire Brick #C8201B

RGB

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

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

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

R = 77.22%
G = 12.36%
B = 10.42%

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

#C8201B (or 0xC8201B) is known color: Fire Brick. HEX triplet: C8, 20 and 1B. RGB value is (200,32,27). Sum of RGB (Red+Green+Blue) = 200+32+27=259 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.22% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 200 - color contains mainly: red. Hex color #C8201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8201B is #37DFE4. Grayscale: #515151. Windows color (decimal): -3661797 or 1777864. OLE color: 1777864.

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

Color convert

RGB 200 32 27 -
CMYK 0 0.84 0.86 0.22
HSL 1.73º 0.76% 0.45% -
HSV(B) 1.73º 0.87% 0.78% -
XYZ 24.53 13.39 2.33 -
YUV 81.66 97.16 212.41 -
System Red Green Blue C M Y K H S L
Decimal 200 32 27 0 0.84 0.86 0.22 1.73 0.76 0.45
Hex C8 20 1B 0 54 56 16 2 4C 2D
Octal 310 40 33 0 124 126 26 2 114 55
Binary 11001000 100000 11011 0 1010100 1010110 10110 10 1001100 101101

Color Harmonies of #C8201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8201B

Black with #C8201B

Text Example


Text Example

White with #C8201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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