Html Css Color HEX #C81E1A Fire Brick

📋 copy color: '#C81E1A'

red 200 ◦ green 30 ◦ blue 26

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

Shades of Fire Brick #C81E1A

Tints of Fire Brick #C81E1A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.72%

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

R = 78.13%
G = 11.72%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C81E1A (or 0xC81E1A) is known color: Fire Brick. HEX triplet: C8, 1E and 1A. RGB value is (200,30,26). Sum of RGB (Red+Green+Blue) = 200+30+26=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81E1A is #37E1E5. Grayscale: #505050. Windows color (decimal): -3662310 or 1711816. OLE color: 1711816.

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

Color convert

RGB 200 30 26 -
CMYK 0 0.85 0.87 0.22
HSL 1.38º 0.77% 0.44% -
HSV(B) 1.38º 0.87% 0.78% -
XYZ 24.47 13.28 2.25 -
YUV 80.37 97.32 213.33 -
System Red Green Blue C M Y K H S L
Decimal 200 30 26 0 0.85 0.87 0.22 1.38 0.77 0.44
Hex C8 1E 1A 0 55 57 16 1 4D 2C
Octal 310 36 32 0 125 127 26 1 115 54
Binary 11001000 11110 11010 0 1010101 1010111 10110 1 1001101 101100

Color Harmonies of #C81E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81E1A

Black with #C81E1A

Text Example


Text Example

White with #C81E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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