Html Css Color HEX #C41810 Fire Brick

📋 copy color: '#C41810'

red 196 ◦ green 24 ◦ blue 16

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

Shades of Fire Brick #C41810

Tints of Fire Brick #C41810

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.17%

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

R = 83.05%
G = 10.17%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C41810 (or 0xC41810) is known color: Fire Brick. HEX triplet: C4, 18 and 10. RGB value is (196,24,16). Sum of RGB (Red+Green+Blue) = 196+24+16=236 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.05% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 196 - color contains mainly: red. Hex color #C41810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41810 is #3BE7EF. Grayscale: #4A4A4A. Windows color (decimal): -3926000 or 1054916. OLE color: 1054916.

HSL color Cylindrical-coordinate representation of color #C41810: hue angle of 2.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 #C41810 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 24 16 -
CMYK 0 0.88 0.92 0.23
HSL 2.67º 0.85% 0.42% -
HSV(B) 2.67º 0.92% 0.77% -
XYZ 23.19 12.43 1.67 -
YUV 74.52 94.98 214.65 -
System Red Green Blue C M Y K H S L
Decimal 196 24 16 0 0.88 0.92 0.23 2.67 0.85 0.42
Hex C4 18 10 0 58 5C 17 3 55 2A
Octal 304 30 20 0 130 134 27 3 125 52
Binary 11000100 11000 10000 0 1011000 1011100 10111 11 1010101 101010

Color Harmonies of #C41810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41810

Black with #C41810

Text Example


Text Example

White with #C41810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41810; }

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

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

background-color css

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

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

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

border-color css

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

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

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