Html Css Color HEX #C41715 Fire Brick

📋 copy color: '#C41715'

red 196 ◦ green 23 ◦ blue 21

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

Shades of Fire Brick #C41715

Tints of Fire Brick #C41715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.58%

 BLUE value IS 21 (8.59% from 255) = 8.75%

R = 81.67%
G = 9.58%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C41715 (or 0xC41715) is known color: Fire Brick. HEX triplet: C4, 17 and 15. RGB value is (196,23,21). Sum of RGB (Red+Green+Blue) = 196+23+21=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C41715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41715 is #3BE8EA. Grayscale: #4A4A4A. Windows color (decimal): -3926251 or 1382340. OLE color: 1382340.

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

Color convert

RGB 196 23 21 -
CMYK 0 0.88 0.89 0.23
HSL 0.69º 0.81% 0.43% -
HSV(B) 0.69º 0.89% 0.77% -
XYZ 23.21 12.4 1.88 -
YUV 74.5 97.81 214.66 -
System Red Green Blue C M Y K H S L
Decimal 196 23 21 0 0.88 0.89 0.23 0.69 0.81 0.43
Hex C4 17 15 0 58 59 17 1 51 2B
Octal 304 27 25 0 130 131 27 1 121 53
Binary 11000100 10111 10101 0 1011000 1011001 10111 1 1010001 101011

Color Harmonies of #C41715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41715

Black with #C41715

Text Example


Text Example

White with #C41715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41715; }

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

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

background-color css

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

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

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

border-color css

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

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

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