Html Css Color HEX #C61715 Fire Brick

📋 copy color: '#C61715'

red 198 ◦ green 23 ◦ blue 21

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

Shades of Fire Brick #C61715

Tints of Fire Brick #C61715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.68%

R = 81.82%
G = 9.5%
B = 8.68%

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

#C61715 (or 0xC61715) is known color: Fire Brick. HEX triplet: C6, 17 and 15. RGB value is (198,23,21). Sum of RGB (Red+Green+Blue) = 198+23+21=242 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.82% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 198 - color contains mainly: red. Hex color #C61715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61715 is #39E8EA. Grayscale: #4B4B4B. Windows color (decimal): -3795179 or 1382342. OLE color: 1382342.

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

Color convert

RGB 198 23 21 -
CMYK 0 0.88 0.89 0.22
HSL 0.68º 0.81% 0.43% -
HSV(B) 0.68º 0.89% 0.78% -
XYZ 23.73 12.67 1.9 -
YUV 75.1 97.48 215.66 -
System Red Green Blue C M Y K H S L
Decimal 198 23 21 0 0.88 0.89 0.22 0.68 0.81 0.43
Hex C6 17 15 0 58 59 16 1 51 2B
Octal 306 27 25 0 130 131 26 1 121 53
Binary 11000110 10111 10101 0 1011000 1011001 10110 1 1010001 101011

Color Harmonies of #C61715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61715

Black with #C61715

Text Example


Text Example

White with #C61715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61715; }

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

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

background-color css

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

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

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

border-color css

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

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

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