Html Css Color HEX #C61712 Fire Brick

📋 copy color: '#C61712'

red 198 ◦ green 23 ◦ blue 18

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

Shades of Fire Brick #C61712

Tints of Fire Brick #C61712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.62%

 BLUE value IS 18 (7.42% from 255) = 7.53%

R = 82.85%
G = 9.62%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C61712 (or 0xC61712) is known color: Fire Brick. HEX triplet: C6, 17 and 12. RGB value is (198,23,18). Sum of RGB (Red+Green+Blue) = 198+23+18=239 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.85% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 198 - color contains mainly: red. Hex color #C61712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61712 is #39E8ED. Grayscale: #4A4A4A. Windows color (decimal): -3795182 or 1185734. OLE color: 1185734.

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

Color convert

RGB 198 23 18 -
CMYK 0 0.88 0.91 0.22
HSL 1.67º 0.83% 0.42% -
HSV(B) 1.67º 0.91% 0.78% -
XYZ 23.7 12.66 1.77 -
YUV 74.76 95.98 215.91 -
System Red Green Blue C M Y K H S L
Decimal 198 23 18 0 0.88 0.91 0.22 1.67 0.83 0.42
Hex C6 17 12 0 58 5B 16 2 53 2A
Octal 306 27 22 0 130 133 26 2 123 52
Binary 11000110 10111 10010 0 1011000 1011011 10110 10 1010011 101010

Color Harmonies of #C61712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61712

Black with #C61712

Text Example


Text Example

White with #C61712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61712; }

 p { color: rgb(198,23,18); }

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

background-color css

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

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

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

border-color css

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

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

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