Html Css Color HEX #C41413 Fire Brick

📋 copy color: '#C41413'

red 196 ◦ green 20 ◦ blue 19

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

Shades of Fire Brick #C41413

Tints of Fire Brick #C41413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.51%

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

R = 83.4%
G = 8.51%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C41413 (or 0xC41413) is known color: Fire Brick. HEX triplet: C4, 14 and 13. RGB value is (196,20,19). Sum of RGB (Red+Green+Blue) = 196+20+19=235 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.40% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 196 - color contains mainly: red. Hex color #C41413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41413 is #3BEBEC. Grayscale: #484848. Windows color (decimal): -3927021 or 1250500. OLE color: 1250500.

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

Color convert

RGB 196 20 19 -
CMYK 0 0.90 0.90 0.23
HSL 0.34º 0.82% 0.42% -
HSV(B) 0.34º 0.9% 0.77% -
XYZ 23.13 12.28 1.77 -
YUV 72.51 97.81 216.08 -
System Red Green Blue C M Y K H S L
Decimal 196 20 19 0 0.90 0.90 0.23 0.34 0.82 0.42
Hex C4 14 13 0 5A 5A 17 0 52 2A
Octal 304 24 23 0 132 132 27 0 122 52
Binary 11000100 10100 10011 0 1011010 1011010 10111 0 1010010 101010

Color Harmonies of #C41413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41413

Black with #C41413

Text Example


Text Example

White with #C41413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41413; }

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

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

background-color css

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

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

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

border-color css

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

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

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