Html Css Color HEX #C81D1B Fire Brick

📋 copy color: '#C81D1B'

red 200 ◦ green 29 ◦ blue 27

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

Shades of Fire Brick #C81D1B

Tints of Fire Brick #C81D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.33%

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

R = 78.13%
G = 11.33%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C81D1B (or 0xC81D1B) is known color: Fire Brick. HEX triplet: C8, 1D and 1B. RGB value is (200,29,27). Sum of RGB (Red+Green+Blue) = 200+29+27=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81D1B is #37E2E4. Grayscale: #505050. Windows color (decimal): -3662565 or 1777096. OLE color: 1777096.

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

Color convert

RGB 200 29 27 -
CMYK 0 0.86 0.86 0.22
HSL 0.69º 0.76% 0.45% -
HSV(B) 0.69º 0.87% 0.78% -
XYZ 24.46 13.24 2.3 -
YUV 79.9 98.15 213.66 -
System Red Green Blue C M Y K H S L
Decimal 200 29 27 0 0.86 0.86 0.22 0.69 0.76 0.45
Hex C8 1D 1B 0 56 56 16 1 4C 2D
Octal 310 35 33 0 126 126 26 1 114 55
Binary 11001000 11101 11011 0 1010110 1010110 10110 1 1001100 101101

Color Harmonies of #C81D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81D1B

Black with #C81D1B

Text Example


Text Example

White with #C81D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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