Html Css Color HEX #C61E19 Fire Brick

📋 copy color: '#C61E19'

red 198 ◦ green 30 ◦ blue 25

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

Shades of Fire Brick #C61E19

Tints of Fire Brick #C61E19

RGB

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

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

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

R = 78.26%
G = 11.86%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C61E19 (or 0xC61E19) is known color: Fire Brick. HEX triplet: C6, 1E and 19. RGB value is (198,30,25). Sum of RGB (Red+Green+Blue) = 198+30+25=253 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.26% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61E19 is #39E1E6. Grayscale: #4F4F4F. Windows color (decimal): -3793383 or 1646278. OLE color: 1646278.

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

Color convert

RGB 198 30 25 -
CMYK 0 0.85 0.87 0.22
HSL 1.73º 0.78% 0.44% -
HSV(B) 1.73º 0.87% 0.78% -
XYZ 23.93 13 2.17 -
YUV 79.66 97.16 212.41 -
System Red Green Blue C M Y K H S L
Decimal 198 30 25 0 0.85 0.87 0.22 1.73 0.78 0.44
Hex C6 1E 19 0 55 57 16 2 4E 2C
Octal 306 36 31 0 125 127 26 2 116 54
Binary 11000110 11110 11001 0 1010101 1010111 10110 10 1001110 101100

Color Harmonies of #C61E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61E19

Black with #C61E19

Text Example


Text Example

White with #C61E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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