Html Css Color HEX #C41A10 Fire Brick

📋 copy color: '#C41A10'

red 196 ◦ green 26 ◦ blue 16

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

Shades of Fire Brick #C41A10

Tints of Fire Brick #C41A10

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.92%

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

R = 82.35%
G = 10.92%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C41A10 (or 0xC41A10) is known color: Fire Brick. HEX triplet: C4, 1A and 10. RGB value is (196,26,16). Sum of RGB (Red+Green+Blue) = 196+26+16=238 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.35% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41A10 is #3BE5EF. Grayscale: #4B4B4B. Windows color (decimal): -3925488 or 1055428. OLE color: 1055428.

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

Color convert

RGB 196 26 16 -
CMYK 0 0.87 0.92 0.23
HSL 3.33º 0.85% 0.42% -
HSV(B) 3.33º 0.92% 0.77% -
XYZ 23.23 12.51 1.68 -
YUV 75.69 94.32 213.81 -
System Red Green Blue C M Y K H S L
Decimal 196 26 16 0 0.87 0.92 0.23 3.33 0.85 0.42
Hex C4 1A 10 0 57 5C 17 3 55 2A
Octal 304 32 20 0 127 134 27 3 125 52
Binary 11000100 11010 10000 0 1010111 1011100 10111 11 1010101 101010

Color Harmonies of #C41A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A10

Black with #C41A10

Text Example


Text Example

White with #C41A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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