Html Css Color HEX #C41512 Fire Brick

📋 copy color: '#C41512'

red 196 ◦ green 21 ◦ blue 18

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

Shades of Fire Brick #C41512

Tints of Fire Brick #C41512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.94%

 BLUE value IS 18 (7.42% from 255) = 7.66%

R = 83.4%
G = 8.94%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C41512 (or 0xC41512) is known color: Fire Brick. HEX triplet: C4, 15 and 12. RGB value is (196,21,18). Sum of RGB (Red+Green+Blue) = 196+21+18=235 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.40% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 196 - color contains mainly: red. Hex color #C41512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41512 is #3BEAED. Grayscale: #494949. Windows color (decimal): -3926766 or 1185220. OLE color: 1185220.

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

Color convert

RGB 196 21 18 -
CMYK 0 0.89 0.91 0.23
HSL 1.01º 0.83% 0.42% -
HSV(B) 1.01º 0.91% 0.77% -
XYZ 23.14 12.32 1.73 -
YUV 72.98 96.98 215.74 -
System Red Green Blue C M Y K H S L
Decimal 196 21 18 0 0.89 0.91 0.23 1.01 0.83 0.42
Hex C4 15 12 0 59 5B 17 1 53 2A
Octal 304 25 22 0 131 133 27 1 123 52
Binary 11000100 10101 10010 0 1011001 1011011 10111 1 1010011 101010

Color Harmonies of #C41512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41512

Black with #C41512

Text Example


Text Example

White with #C41512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41512; }

 p { color: rgb(196,21,18); }

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

background-color css

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

 a { background-color: rgb(196,21,18); }

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

border-color css

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

 span { border-color: rgb(196,21,18); }

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