Html Css Color HEX #C41616 Fire Brick

📋 copy color: '#C41616'

red 196 ◦ green 22 ◦ blue 22

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

Shades of Fire Brick #C41616

Tints of Fire Brick #C41616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.17%

R = 81.67%
G = 9.17%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C41616 (or 0xC41616) is known color: Fire Brick. HEX triplet: C4, 16 and 16. RGB value is (196,22,22). Sum of RGB (Red+Green+Blue) = 196+22+22=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C41616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41616 is #3BE9E9. Grayscale: #4A4A4A. Windows color (decimal): -3926506 or 1447620. OLE color: 1447620.

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

Color convert

RGB 196 22 22 -
CMYK 0 0.89 0.89 0.23
HSL 0.8% 0.43% -
HSV(B) 0.89% 0.77% -
XYZ 23.2 12.37 1.92 -
YUV 74.03 98.65 215 -
System Red Green Blue C M Y K H S L
Decimal 196 22 22 0 0.89 0.89 0.23 0 0.8 0.43
Hex C4 16 16 0 59 59 17 0 50 2B
Octal 304 26 26 0 131 131 27 0 120 53
Binary 11000100 10110 10110 0 1011001 1011001 10111 0 1010000 101011

Color Harmonies of #C41616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41616

Black with #C41616

Text Example


Text Example

White with #C41616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41616; }

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

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

background-color css

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

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

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

border-color css

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

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

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