Html Css Color HEX #C61514 Fire Brick

📋 copy color: '#C61514'

red 198 ◦ green 21 ◦ blue 20

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

Shades of Fire Brick #C61514

Tints of Fire Brick #C61514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.79%

 BLUE value IS 20 (8.2% from 255) = 8.37%

R = 82.85%
G = 8.79%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C61514 (or 0xC61514) is known color: Fire Brick. HEX triplet: C6, 15 and 14. RGB value is (198,21,20). Sum of RGB (Red+Green+Blue) = 198+21+20=239 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.85% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 198 - color contains mainly: red. Hex color #C61514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61514 is #39EAEB. Grayscale: #494949. Windows color (decimal): -3795692 or 1316294. OLE color: 1316294.

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

Color convert

RGB 198 21 20 -
CMYK 0 0.89 0.90 0.22
HSL 0.34º 0.82% 0.43% -
HSV(B) 0.34º 0.9% 0.78% -
XYZ 23.68 12.59 1.84 -
YUV 73.81 97.64 216.58 -
System Red Green Blue C M Y K H S L
Decimal 198 21 20 0 0.89 0.90 0.22 0.34 0.82 0.43
Hex C6 15 14 0 59 5A 16 0 52 2B
Octal 306 25 24 0 131 132 26 0 122 53
Binary 11000110 10101 10100 0 1011001 1011010 10110 0 1010010 101011

Color Harmonies of #C61514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61514

Black with #C61514

Text Example


Text Example

White with #C61514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61514; }

 p { color: rgb(198,21,20); }

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

background-color css

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

 a { background-color: rgb(198,21,20); }

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

border-color css

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

 span { border-color: rgb(198,21,20); }

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