Html Css Color HEX #C41C15 Fire Brick

📋 copy color: '#C41C15'

red 196 ◦ green 28 ◦ blue 21

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

Shades of Fire Brick #C41C15

Tints of Fire Brick #C41C15

RGB

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

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

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

R = 80%
G = 11.43%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C41C15 (or 0xC41C15) is known color: Fire Brick. HEX triplet: C4, 1C and 15. RGB value is (196,28,21). Sum of RGB (Red+Green+Blue) = 196+28+21=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41C15 is #3BE3EA. Grayscale: #4D4D4D. Windows color (decimal): -3924971 or 1383620. OLE color: 1383620.

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

Color convert

RGB 196 28 21 -
CMYK 0 0.86 0.89 0.23
HSL 2.4º 0.81% 0.43% -
HSV(B) 2.4º 0.89% 0.77% -
XYZ 23.32 12.62 1.92 -
YUV 77.43 96.16 212.57 -
System Red Green Blue C M Y K H S L
Decimal 196 28 21 0 0.86 0.89 0.23 2.4 0.81 0.43
Hex C4 1C 15 0 56 59 17 2 51 2B
Octal 304 34 25 0 126 131 27 2 121 53
Binary 11000100 11100 10101 0 1010110 1011001 10111 10 1010001 101011

Color Harmonies of #C41C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C15

Black with #C41C15

Text Example


Text Example

White with #C41C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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