Html Css Color HEX #C41C17 Fire Brick

📋 copy color: '#C41C17'

red 196 ◦ green 28 ◦ blue 23

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

Shades of Fire Brick #C41C17

Tints of Fire Brick #C41C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.31%

R = 79.35%
G = 11.34%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C41C17 (or 0xC41C17) is known color: Fire Brick. HEX triplet: C4, 1C and 17. RGB value is (196,28,23). Sum of RGB (Red+Green+Blue) = 196+28+23=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41C17 is #3BE3E8. Grayscale: #4D4D4D. Windows color (decimal): -3924969 or 1514692. OLE color: 1514692.

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

Color convert

RGB 196 28 23 -
CMYK 0 0.86 0.88 0.23
HSL 1.73º 0.79% 0.43% -
HSV(B) 1.73º 0.88% 0.77% -
XYZ 23.33 12.63 2.02 -
YUV 77.66 97.16 212.41 -
System Red Green Blue C M Y K H S L
Decimal 196 28 23 0 0.86 0.88 0.23 1.73 0.79 0.43
Hex C4 1C 17 0 56 58 17 2 4F 2B
Octal 304 34 27 0 126 130 27 2 117 53
Binary 11000100 11100 10111 0 1010110 1011000 10111 10 1001111 101011

Color Harmonies of #C41C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C17

Black with #C41C17

Text Example


Text Example

White with #C41C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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