Html Css Color HEX #C41F17 Fire Brick

📋 copy color: '#C41F17'

red 196 ◦ green 31 ◦ blue 23

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

Shades of Fire Brick #C41F17

Tints of Fire Brick #C41F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.4%

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

R = 78.4%
G = 12.4%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C41F17 (or 0xC41F17) is known color: Fire Brick. HEX triplet: C4, 1F and 17. RGB value is (196,31,23). Sum of RGB (Red+Green+Blue) = 196+31+23=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41F17 is #3BE0E8. Grayscale: #4F4F4F. Windows color (decimal): -3924201 or 1515460. OLE color: 1515460.

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

Color convert

RGB 196 31 23 -
CMYK 0 0.84 0.88 0.23
HSL 2.77º 0.79% 0.43% -
HSV(B) 2.77º 0.88% 0.77% -
XYZ 23.41 12.78 2.04 -
YUV 79.42 96.16 211.15 -
System Red Green Blue C M Y K H S L
Decimal 196 31 23 0 0.84 0.88 0.23 2.77 0.79 0.43
Hex C4 1F 17 0 54 58 17 3 4F 2B
Octal 304 37 27 0 124 130 27 3 117 53
Binary 11000100 11111 10111 0 1010100 1011000 10111 11 1001111 101011

Color Harmonies of #C41F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41F17

Black with #C41F17

Text Example


Text Example

White with #C41F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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