Html Css Color HEX #C81E1B Fire Brick

📋 copy color: '#C81E1B'

red 200 ◦ green 30 ◦ blue 27

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

Shades of Fire Brick #C81E1B

Tints of Fire Brick #C81E1B

RGB

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

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

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

R = 77.82%
G = 11.67%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C81E1B (or 0xC81E1B) is known color: Fire Brick. HEX triplet: C8, 1E and 1B. RGB value is (200,30,27). Sum of RGB (Red+Green+Blue) = 200+30+27=257 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.82% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81E1B is #37E1E4. Grayscale: #505050. Windows color (decimal): -3662309 or 1777352. OLE color: 1777352.

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

Color convert

RGB 200 30 27 -
CMYK 0 0.85 0.86 0.22
HSL 1.04º 0.76% 0.45% -
HSV(B) 1.04º 0.87% 0.78% -
XYZ 24.48 13.29 2.31 -
YUV 80.49 97.82 213.24 -
System Red Green Blue C M Y K H S L
Decimal 200 30 27 0 0.85 0.86 0.22 1.04 0.76 0.45
Hex C8 1E 1B 0 55 56 16 1 4C 2D
Octal 310 36 33 0 125 126 26 1 114 55
Binary 11001000 11110 11011 0 1010101 1010110 10110 1 1001100 101101

Color Harmonies of #C81E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81E1B

Black with #C81E1B

Text Example


Text Example

White with #C81E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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