Html Css Color HEX #C81F19 Fire Brick

📋 copy color: '#C81F19'

red 200 ◦ green 31 ◦ blue 25

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

Shades of Fire Brick #C81F19

Tints of Fire Brick #C81F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.11%

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

R = 78.13%
G = 12.11%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C81F19 (or 0xC81F19) is known color: Fire Brick. HEX triplet: C8, 1F and 19. RGB value is (200,31,25). Sum of RGB (Red+Green+Blue) = 200+31+25=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81F19 is #37E0E6. Grayscale: #515151. Windows color (decimal): -3662055 or 1646536. OLE color: 1646536.

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

Color convert

RGB 200 31 25 -
CMYK 0 0.84 0.88 0.22
HSL 2.06º 0.78% 0.44% -
HSV(B) 2.06º 0.88% 0.78% -
XYZ 24.48 13.33 2.2 -
YUV 80.85 96.49 212.99 -
System Red Green Blue C M Y K H S L
Decimal 200 31 25 0 0.84 0.88 0.22 2.06 0.78 0.44
Hex C8 1F 19 0 54 58 16 2 4E 2C
Octal 310 37 31 0 124 130 26 2 116 54
Binary 11001000 11111 11001 0 1010100 1011000 10110 10 1001110 101100

Color Harmonies of #C81F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F19

Black with #C81F19

Text Example


Text Example

White with #C81F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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