Html Css Color HEX #C61919 Fire Brick

📋 copy color: '#C61919'

red 198 ◦ green 25 ◦ blue 25

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

Shades of Fire Brick #C61919

Tints of Fire Brick #C61919

RGB

 RED value IS 198 (77.73% from 255) = 79.84%

 GREEN value IS 25 (10.16% from 255) = 10.08%

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

R = 79.84%
G = 10.08%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C61919 (or 0xC61919) is known color: Fire Brick. HEX triplet: C6, 19 and 19. RGB value is (198,25,25). Sum of RGB (Red+Green+Blue) = 198+25+25=248 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.84% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 198 - color contains mainly: red. Hex color #C61919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61919 is #39E6E6. Grayscale: #4C4C4C. Windows color (decimal): -3794663 or 1644998. OLE color: 1644998.

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

Color convert

RGB 198 25 25 -
CMYK 0 0.87 0.87 0.22
HSL 0.78% 0.44% -
HSV(B) 0.87% 0.78% -
XYZ 23.81 12.77 2.13 -
YUV 76.73 98.81 214.5 -
System Red Green Blue C M Y K H S L
Decimal 198 25 25 0 0.87 0.87 0.22 0 0.78 0.44
Hex C6 19 19 0 57 57 16 0 4E 2C
Octal 306 31 31 0 127 127 26 0 116 54
Binary 11000110 11001 11001 0 1010111 1010111 10110 0 1001110 101100

Color Harmonies of #C61919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61919

Black with #C61919

Text Example


Text Example

White with #C61919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61919; }

 p { color: rgb(198,25,25); }

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

background-color css

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

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

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

border-color css

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

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

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