Html Css Color HEX #C61C19 Fire Brick

📋 copy color: '#C61C19'

red 198 ◦ green 28 ◦ blue 25

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

Shades of Fire Brick #C61C19

Tints of Fire Brick #C61C19

RGB

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

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

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

R = 78.88%
G = 11.16%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C61C19 (or 0xC61C19) is known color: Fire Brick. HEX triplet: C6, 1C and 19. RGB value is (198,28,25). Sum of RGB (Red+Green+Blue) = 198+28+25=251 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.88% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61C19 is #39E3E6. Grayscale: #4E4E4E. Windows color (decimal): -3793895 or 1645766. OLE color: 1645766.

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

Color convert

RGB 198 28 25 -
CMYK 0 0.86 0.87 0.22
HSL 1.04º 0.78% 0.44% -
HSV(B) 1.04º 0.87% 0.78% -
XYZ 23.88 12.91 2.15 -
YUV 78.49 97.82 213.24 -
System Red Green Blue C M Y K H S L
Decimal 198 28 25 0 0.86 0.87 0.22 1.04 0.78 0.44
Hex C6 1C 19 0 56 57 16 1 4E 2C
Octal 306 34 31 0 126 127 26 1 116 54
Binary 11000110 11100 11001 0 1010110 1010111 10110 1 1001110 101100

Color Harmonies of #C61C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61C19

Black with #C61C19

Text Example


Text Example

White with #C61C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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