Html Css Color HEX #C41A19 Fire Brick

📋 copy color: '#C41A19'

red 196 ◦ green 26 ◦ blue 25

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

Shades of Fire Brick #C41A19

Tints of Fire Brick #C41A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.12%

R = 79.35%
G = 10.53%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C41A19 (or 0xC41A19) is known color: Fire Brick. HEX triplet: C4, 1A and 19. RGB value is (196,26,25). Sum of RGB (Red+Green+Blue) = 196+26+25=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41A19 is #3BE5E6. Grayscale: #4C4C4C. Windows color (decimal): -3925479 or 1645252. OLE color: 1645252.

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

Color convert

RGB 196 26 25 -
CMYK 0 0.87 0.87 0.23
HSL 0.35º 0.77% 0.43% -
HSV(B) 0.35º 0.87% 0.77% -
XYZ 23.31 12.54 2.11 -
YUV 76.72 98.82 213.08 -
System Red Green Blue C M Y K H S L
Decimal 196 26 25 0 0.87 0.87 0.23 0.35 0.77 0.43
Hex C4 1A 19 0 57 57 17 0 4D 2B
Octal 304 32 31 0 127 127 27 0 115 53
Binary 11000100 11010 11001 0 1010111 1010111 10111 0 1001101 101011

Color Harmonies of #C41A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A19

Black with #C41A19

Text Example


Text Example

White with #C41A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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