Html Css Color HEX #C41813 Fire Brick

📋 copy color: '#C41813'

red 196 ◦ green 24 ◦ blue 19

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

Shades of Fire Brick #C41813

Tints of Fire Brick #C41813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.95%

R = 82.01%
G = 10.04%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C41813 (or 0xC41813) is known color: Fire Brick. HEX triplet: C4, 18 and 13. RGB value is (196,24,19). Sum of RGB (Red+Green+Blue) = 196+24+19=239 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.01% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 196 - color contains mainly: red. Hex color #C41813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41813 is #3BE7EC. Grayscale: #4B4B4B. Windows color (decimal): -3925997 or 1251524. OLE color: 1251524.

HSL color Cylindrical-coordinate representation of color #C41813: hue angle of 1.69º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41813 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 24 19 -
CMYK 0 0.88 0.90 0.23
HSL 1.69º 0.82% 0.42% -
HSV(B) 1.69º 0.9% 0.77% -
XYZ 23.21 12.44 1.79 -
YUV 74.86 96.48 214.41 -
System Red Green Blue C M Y K H S L
Decimal 196 24 19 0 0.88 0.90 0.23 1.69 0.82 0.42
Hex C4 18 13 0 58 5A 17 2 52 2A
Octal 304 30 23 0 130 132 27 2 122 52
Binary 11000100 11000 10011 0 1011000 1011010 10111 10 1010010 101010

Color Harmonies of #C41813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41813

Black with #C41813

Text Example


Text Example

White with #C41813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41813; }

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

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

background-color css

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

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

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

border-color css

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

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

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