Html Css Color HEX #C41C12 Fire Brick

📋 copy color: '#C41C12'

red 196 ◦ green 28 ◦ blue 18

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

Shades of Fire Brick #C41C12

Tints of Fire Brick #C41C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.57%

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

R = 80.99%
G = 11.57%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C41C12 (or 0xC41C12) is known color: Fire Brick. HEX triplet: C4, 1C and 12. RGB value is (196,28,18). Sum of RGB (Red+Green+Blue) = 196+28+18=242 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.99% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41C12 is #3BE3ED. Grayscale: #4D4D4D. Windows color (decimal): -3924974 or 1187012. OLE color: 1187012.

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

Color convert

RGB 196 28 18 -
CMYK 0 0.86 0.91 0.23
HSL 3.37º 0.83% 0.42% -
HSV(B) 3.37º 0.91% 0.77% -
XYZ 23.29 12.61 1.78 -
YUV 77.09 94.66 212.81 -
System Red Green Blue C M Y K H S L
Decimal 196 28 18 0 0.86 0.91 0.23 3.37 0.83 0.42
Hex C4 1C 12 0 56 5B 17 3 53 2A
Octal 304 34 22 0 126 133 27 3 123 52
Binary 11000100 11100 10010 0 1010110 1011011 10111 11 1010011 101010

Color Harmonies of #C41C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C12

Black with #C41C12

Text Example


Text Example

White with #C41C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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