Html Css Color HEX #C41B10 Fire Brick

📋 copy color: '#C41B10'

red 196 ◦ green 27 ◦ blue 16

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

Shades of Fire Brick #C41B10

Tints of Fire Brick #C41B10

RGB

 RED value IS 196 (76.95% from 255) = 82.01%

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

 BLUE value IS 16 (6.64% from 255) = 6.69%

R = 82.01%
G = 11.3%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C41B10 (or 0xC41B10) is known color: Fire Brick. HEX triplet: C4, 1B and 10. RGB value is (196,27,16). Sum of RGB (Red+Green+Blue) = 196+27+16=239 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.01% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41B10 is #3BE4EF. Grayscale: #4C4C4C. Windows color (decimal): -3925232 or 1055684. OLE color: 1055684.

HSL color Cylindrical-coordinate representation of color #C41B10: hue angle of 3.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C41B10 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 27 16 -
CMYK 0 0.86 0.92 0.23
HSL 3.67º 0.85% 0.42% -
HSV(B) 3.67º 0.92% 0.77% -
XYZ 23.25 12.56 1.69 -
YUV 76.28 93.99 213.39 -
System Red Green Blue C M Y K H S L
Decimal 196 27 16 0 0.86 0.92 0.23 3.67 0.85 0.42
Hex C4 1B 10 0 56 5C 17 4 55 2A
Octal 304 33 20 0 126 134 27 4 125 52
Binary 11000100 11011 10000 0 1010110 1011100 10111 100 1010101 101010

Color Harmonies of #C41B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B10

Black with #C41B10

Text Example


Text Example

White with #C41B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B10; }

 p { color: rgb(196,27,16); }

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

background-color css

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

 a { background-color: rgb(196,27,16); }

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

border-color css

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

 span { border-color: rgb(196,27,16); }

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