Html Css Color HEX #C8221C Fire Brick

📋 copy color: '#C8221C'

red 200 ◦ green 34 ◦ blue 28

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

Shades of Fire Brick #C8221C

Tints of Fire Brick #C8221C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.98%

 BLUE value IS 28 (11.33% from 255) = 10.69%

R = 76.34%
G = 12.98%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8221C (or 0xC8221C) is known color: Fire Brick. HEX triplet: C8, 22 and 1C. RGB value is (200,34,28). Sum of RGB (Red+Green+Blue) = 200+34+28=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C8221C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8221C is #37DDE3. Grayscale: #535353. Windows color (decimal): -3661284 or 1843912. OLE color: 1843912.

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

Color convert

RGB 200 34 28 -
CMYK 0 0.83 0.86 0.22
HSL 2.09º 0.75% 0.45% -
HSV(B) 2.09º 0.86% 0.78% -
XYZ 24.6 13.51 2.41 -
YUV 82.95 97 211.49 -
System Red Green Blue C M Y K H S L
Decimal 200 34 28 0 0.83 0.86 0.22 2.09 0.75 0.45
Hex C8 22 1C 0 53 56 16 2 4B 2D
Octal 310 42 34 0 123 126 26 2 113 55
Binary 11001000 100010 11100 0 1010011 1010110 10110 10 1001011 101101

Color Harmonies of #C8221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8221C

Black with #C8221C

Text Example


Text Example

White with #C8221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8221C; }

 p { color: rgb(200,34,28); }

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

background-color css

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

 a { background-color: rgb(200,34,28); }

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

border-color css

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

 span { border-color: rgb(200,34,28); }

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