Html Css Color HEX #C41F1E Fire Brick

📋 copy color: '#C41F1E'

red 196 ◦ green 31 ◦ blue 30

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

Shades of Fire Brick #C41F1E

Tints of Fire Brick #C41F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.67%

R = 76.26%
G = 12.06%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C41F1E (or 0xC41F1E) is known color: Fire Brick. HEX triplet: C4, 1F and 1E. RGB value is (196,31,30). Sum of RGB (Red+Green+Blue) = 196+31+30=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41F1E is #3BE0E1. Grayscale: #505050. Windows color (decimal): -3924194 or 1974212. OLE color: 1974212.

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

Color convert

RGB 196 31 30 -
CMYK 0 0.84 0.85 0.23
HSL 0.36º 0.73% 0.44% -
HSV(B) 0.36º 0.85% 0.77% -
XYZ 23.49 12.81 2.46 -
YUV 80.22 99.66 210.58 -
System Red Green Blue C M Y K H S L
Decimal 196 31 30 0 0.84 0.85 0.23 0.36 0.73 0.44
Hex C4 1F 1E 0 54 55 17 0 49 2C
Octal 304 37 36 0 124 125 27 0 111 54
Binary 11000100 11111 11110 0 1010100 1010101 10111 0 1001001 101100

Color Harmonies of #C41F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41F1E

Black with #C41F1E

Text Example


Text Example

White with #C41F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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