Html Css Color HEX #C61717 Fire Brick

📋 copy color: '#C61717'

red 198 ◦ green 23 ◦ blue 23

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

Shades of Fire Brick #C61717

Tints of Fire Brick #C61717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.43%

R = 81.15%
G = 9.43%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C61717 (or 0xC61717) is known color: Fire Brick. HEX triplet: C6, 17 and 17. RGB value is (198,23,23). Sum of RGB (Red+Green+Blue) = 198+23+23=244 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.15% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 198 - color contains mainly: red. Hex color #C61717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61717 is #39E8E8. Grayscale: #4B4B4B. Windows color (decimal): -3795177 or 1513414. OLE color: 1513414.

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

Color convert

RGB 198 23 23 -
CMYK 0 0.88 0.88 0.22
HSL 0.79% 0.43% -
HSV(B) 0.88% 0.78% -
XYZ 23.75 12.68 2.01 -
YUV 75.33 98.48 215.5 -
System Red Green Blue C M Y K H S L
Decimal 198 23 23 0 0.88 0.88 0.22 0 0.79 0.43
Hex C6 17 17 0 58 58 16 0 4F 2B
Octal 306 27 27 0 130 130 26 0 117 53
Binary 11000110 10111 10111 0 1011000 1011000 10110 0 1001111 101011

Color Harmonies of #C61717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61717

Black with #C61717

Text Example


Text Example

White with #C61717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61717; }

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

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

background-color css

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

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

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

border-color css

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

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

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