Html Css Color HEX #C61816 Fire Brick

📋 copy color: '#C61816'

red 198 ◦ green 24 ◦ blue 22

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

Shades of Fire Brick #C61816

Tints of Fire Brick #C61816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.02%

R = 81.15%
G = 9.84%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C61816 (or 0xC61816) is known color: Fire Brick. HEX triplet: C6, 18 and 16. RGB value is (198,24,22). Sum of RGB (Red+Green+Blue) = 198+24+22=244 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.15% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 198 - color contains mainly: red. Hex color #C61816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61816 is #39E7E9. Grayscale: #4B4B4B. Windows color (decimal): -3794922 or 1448134. OLE color: 1448134.

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

Color convert

RGB 198 24 22 -
CMYK 0 0.88 0.89 0.22
HSL 0.68º 0.8% 0.43% -
HSV(B) 0.68º 0.89% 0.78% -
XYZ 23.76 12.72 1.96 -
YUV 75.8 97.65 215.16 -
System Red Green Blue C M Y K H S L
Decimal 198 24 22 0 0.88 0.89 0.22 0.68 0.8 0.43
Hex C6 18 16 0 58 59 16 1 50 2B
Octal 306 30 26 0 130 131 26 1 120 53
Binary 11000110 11000 10110 0 1011000 1011001 10110 1 1010000 101011

Color Harmonies of #C61816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61816

Black with #C61816

Text Example


Text Example

White with #C61816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61816; }

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

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

background-color css

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

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

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

border-color css

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

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

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