Html Css Color HEX #C61B17 Fire Brick

📋 copy color: '#C61B17'

red 198 ◦ green 27 ◦ blue 23

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

Shades of Fire Brick #C61B17

Tints of Fire Brick #C61B17

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.89%

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

R = 79.84%
G = 10.89%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C61B17 (or 0xC61B17) is known color: Fire Brick. HEX triplet: C6, 1B and 17. RGB value is (198,27,23). Sum of RGB (Red+Green+Blue) = 198+27+23=248 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.84% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61B17 is #39E4E8. Grayscale: #4D4D4D. Windows color (decimal): -3794153 or 1514438. OLE color: 1514438.

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

Color convert

RGB 198 27 23 -
CMYK 0 0.86 0.88 0.22
HSL 1.37º 0.79% 0.43% -
HSV(B) 1.37º 0.88% 0.78% -
XYZ 23.84 12.85 2.03 -
YUV 77.67 97.15 213.83 -
System Red Green Blue C M Y K H S L
Decimal 198 27 23 0 0.86 0.88 0.22 1.37 0.79 0.43
Hex C6 1B 17 0 56 58 16 1 4F 2B
Octal 306 33 27 0 126 130 26 1 117 53
Binary 11000110 11011 10111 0 1010110 1011000 10110 1 1001111 101011

Color Harmonies of #C61B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61B17

Black with #C61B17

Text Example


Text Example

White with #C61B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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