Html Css Color HEX #C61713 Fire Brick

📋 copy color: '#C61713'

red 198 ◦ green 23 ◦ blue 19

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

Shades of Fire Brick #C61713

Tints of Fire Brick #C61713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.92%

R = 82.5%
G = 9.58%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C61713 (or 0xC61713) is known color: Fire Brick. HEX triplet: C6, 17 and 13. RGB value is (198,23,19). Sum of RGB (Red+Green+Blue) = 198+23+19=240 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.5% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 198 - color contains mainly: red. Hex color #C61713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61713 is #39E8EC. Grayscale: #4B4B4B. Windows color (decimal): -3795181 or 1251270. OLE color: 1251270.

HSL color Cylindrical-coordinate representation of color #C61713: hue angle of 1.34º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61713 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 23 19 -
CMYK 0 0.88 0.90 0.22
HSL 1.34º 0.82% 0.43% -
HSV(B) 1.34º 0.9% 0.78% -
XYZ 23.71 12.67 1.81 -
YUV 74.87 96.48 215.83 -
System Red Green Blue C M Y K H S L
Decimal 198 23 19 0 0.88 0.90 0.22 1.34 0.82 0.43
Hex C6 17 13 0 58 5A 16 1 52 2B
Octal 306 27 23 0 130 132 26 1 122 53
Binary 11000110 10111 10011 0 1011000 1011010 10110 1 1010010 101011

Color Harmonies of #C61713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61713

Black with #C61713

Text Example


Text Example

White with #C61713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61713; }

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

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

background-color css

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

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

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

border-color css

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

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

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