Html Css Color HEX #C81C19 Fire Brick

📋 copy color: '#C81C19'

red 200 ◦ green 28 ◦ blue 25

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

Shades of Fire Brick #C81C19

Tints of Fire Brick #C81C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.07%

 BLUE value IS 25 (10.16% from 255) = 9.88%

R = 79.05%
G = 11.07%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C81C19 (or 0xC81C19) is known color: Fire Brick. HEX triplet: C8, 1C and 19. RGB value is (200,28,25). Sum of RGB (Red+Green+Blue) = 200+28+25=253 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.05% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 200 - color contains mainly: red. Hex color #C81C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81C19 is #37E3E6. Grayscale: #4F4F4F. Windows color (decimal): -3662823 or 1645768. OLE color: 1645768.

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

Color convert

RGB 200 28 25 -
CMYK 0 0.86 0.88 0.22
HSL 1.03º 0.78% 0.44% -
HSV(B) 1.03º 0.88% 0.78% -
XYZ 24.41 13.18 2.18 -
YUV 79.09 97.48 214.24 -
System Red Green Blue C M Y K H S L
Decimal 200 28 25 0 0.86 0.88 0.22 1.03 0.78 0.44
Hex C8 1C 19 0 56 58 16 1 4E 2C
Octal 310 34 31 0 126 130 26 1 116 54
Binary 11001000 11100 11001 0 1010110 1011000 10110 1 1001110 101100

Color Harmonies of #C81C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81C19

Black with #C81C19

Text Example


Text Example

White with #C81C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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