Html Css Color HEX #C41613 Fire Brick

📋 copy color: '#C41613'

red 196 ◦ green 22 ◦ blue 19

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

Shades of Fire Brick #C41613

Tints of Fire Brick #C41613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.28%

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

R = 82.7%
G = 9.28%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C41613 (or 0xC41613) is known color: Fire Brick. HEX triplet: C4, 16 and 13. RGB value is (196,22,19). Sum of RGB (Red+Green+Blue) = 196+22+19=237 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.70% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 196 - color contains mainly: red. Hex color #C41613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41613 is #3BE9EC. Grayscale: #494949. Windows color (decimal): -3926509 or 1251012. OLE color: 1251012.

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

Color convert

RGB 196 22 19 -
CMYK 0 0.89 0.90 0.23
HSL 1.02º 0.82% 0.42% -
HSV(B) 1.02º 0.9% 0.77% -
XYZ 23.17 12.36 1.78 -
YUV 73.68 97.15 215.24 -
System Red Green Blue C M Y K H S L
Decimal 196 22 19 0 0.89 0.90 0.23 1.02 0.82 0.42
Hex C4 16 13 0 59 5A 17 1 52 2A
Octal 304 26 23 0 131 132 27 1 122 52
Binary 11000100 10110 10011 0 1011001 1011010 10111 1 1010010 101010

Color Harmonies of #C41613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41613

Black with #C41613

Text Example


Text Example

White with #C41613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41613; }

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

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

background-color css

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

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

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

border-color css

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

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

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