Html Css Color HEX #C81D1A Fire Brick

📋 copy color: '#C81D1A'

red 200 ◦ green 29 ◦ blue 26

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

Shades of Fire Brick #C81D1A

Tints of Fire Brick #C81D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.2%

R = 78.43%
G = 11.37%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C81D1A (or 0xC81D1A) is known color: Fire Brick. HEX triplet: C8, 1D and 1A. RGB value is (200,29,26). Sum of RGB (Red+Green+Blue) = 200+29+26=255 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.43% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81D1A is #37E2E5. Grayscale: #4F4F4F. Windows color (decimal): -3662566 or 1711560. OLE color: 1711560.

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

Color convert

RGB 200 29 26 -
CMYK 0 0.86 0.87 0.22
HSL 1.03º 0.77% 0.44% -
HSV(B) 1.03º 0.87% 0.78% -
XYZ 24.45 13.23 2.24 -
YUV 79.79 97.65 213.74 -
System Red Green Blue C M Y K H S L
Decimal 200 29 26 0 0.86 0.87 0.22 1.03 0.77 0.44
Hex C8 1D 1A 0 56 57 16 1 4D 2C
Octal 310 35 32 0 126 127 26 1 115 54
Binary 11001000 11101 11010 0 1010110 1010111 10110 1 1001101 101100

Color Harmonies of #C81D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81D1A

Black with #C81D1A

Text Example


Text Example

White with #C81D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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