Html Css Color HEX #C11717 Fire Brick

📋 copy color: '#C11717'

red 193 ◦ green 23 ◦ blue 23

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

Shades of Fire Brick #C11717

Tints of Fire Brick #C11717

RGB

 RED value IS 193 (75.78% from 255) = 80.75%

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

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

R = 80.75%
G = 9.62%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C11717 (or 0xC11717) is known color: Fire Brick. HEX triplet: C1, 17 and 17. RGB value is (193,23,23). Sum of RGB (Red+Green+Blue) = 193+23+23=239 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.75% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 193 - color contains mainly: red. Hex color #C11717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11717 is #3EE8E8. Grayscale: #4A4A4A. Windows color (decimal): -4122857 or 1513409. OLE color: 1513409.

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

Color convert

RGB 193 23 23 -
CMYK 0 0.88 0.88 0.24
HSL 0.79% 0.42% -
HSV(B) 0.88% 0.76% -
XYZ 22.45 12.01 1.95 -
YUV 73.83 99.32 213 -
System Red Green Blue C M Y K H S L
Decimal 193 23 23 0 0.88 0.88 0.24 0 0.79 0.42
Hex C1 17 17 0 58 58 18 0 4F 2A
Octal 301 27 27 0 130 130 30 0 117 52
Binary 11000001 10111 10111 0 1011000 1011000 11000 0 1001111 101010

Color Harmonies of #C11717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11717

Black with #C11717

Text Example


Text Example

White with #C11717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11717; }

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

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

background-color css

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

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

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

border-color css

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

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

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