Html Css Color HEX #C61E17 Fire Brick

📋 copy color: '#C61E17'

red 198 ◦ green 30 ◦ blue 23

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

Shades of Fire Brick #C61E17

Tints of Fire Brick #C61E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.95%

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

R = 78.88%
G = 11.95%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C61E17 (or 0xC61E17) is known color: Fire Brick. HEX triplet: C6, 1E and 17. RGB value is (198,30,23). Sum of RGB (Red+Green+Blue) = 198+30+23=251 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.88% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61E17 is #39E1E8. Grayscale: #4F4F4F. Windows color (decimal): -3793385 or 1515206. OLE color: 1515206.

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

Color convert

RGB 198 30 23 -
CMYK 0 0.85 0.88 0.22
HSL 2.4º 0.79% 0.43% -
HSV(B) 2.4º 0.88% 0.78% -
XYZ 23.91 13 2.06 -
YUV 79.43 96.16 212.57 -
System Red Green Blue C M Y K H S L
Decimal 198 30 23 0 0.85 0.88 0.22 2.4 0.79 0.43
Hex C6 1E 17 0 55 58 16 2 4F 2B
Octal 306 36 27 0 125 130 26 2 117 53
Binary 11000110 11110 10111 0 1010101 1011000 10110 10 1001111 101011

Color Harmonies of #C61E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61E17

Black with #C61E17

Text Example


Text Example

White with #C61E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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