Html Css Color HEX #C61813 Fire Brick

📋 copy color: '#C61813'

red 198 ◦ green 24 ◦ blue 19

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

Shades of Fire Brick #C61813

Tints of Fire Brick #C61813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.96%

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

R = 82.16%
G = 9.96%
B = 7.88%

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

#C61813 (or 0xC61813) is known color: Fire Brick. HEX triplet: C6, 18 and 13. RGB value is (198,24,19). Sum of RGB (Red+Green+Blue) = 198+24+19=241 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.16% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 198 - color contains mainly: red. Hex color #C61813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61813 is #39E7EC. Grayscale: #4B4B4B. Windows color (decimal): -3794925 or 1251526. OLE color: 1251526.

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

Color convert

RGB 198 24 19 -
CMYK 0 0.88 0.90 0.22
HSL 1.68º 0.82% 0.43% -
HSV(B) 1.68º 0.9% 0.78% -
XYZ 23.73 12.71 1.82 -
YUV 75.46 96.15 215.41 -
System Red Green Blue C M Y K H S L
Decimal 198 24 19 0 0.88 0.90 0.22 1.68 0.82 0.43
Hex C6 18 13 0 58 5A 16 2 52 2B
Octal 306 30 23 0 130 132 26 2 122 53
Binary 11000110 11000 10011 0 1011000 1011010 10110 10 1010010 101011

Color Harmonies of #C61813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61813

Black with #C61813

Text Example


Text Example

White with #C61813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61813; }

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

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

background-color css

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

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

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

border-color css

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

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

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