Html Css Color HEX #C41F1F Fire Brick

📋 copy color: '#C41F1F'

red 196 ◦ green 31 ◦ blue 31

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

Shades of Fire Brick #C41F1F

Tints of Fire Brick #C41F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.02%

R = 75.97%
G = 12.02%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C41F1F (or 0xC41F1F) is known color: Fire Brick. HEX triplet: C4, 1F and 1F. RGB value is (196,31,31). Sum of RGB (Red+Green+Blue) = 196+31+31=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41F1F is #3BE0E0. Grayscale: #505050. Windows color (decimal): -3924193 or 2039748. OLE color: 2039748.

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

Color convert

RGB 196 31 31 -
CMYK 0 0.84 0.84 0.23
HSL 0.73% 0.45% -
HSV(B) 0.84% 0.77% -
XYZ 23.5 12.81 2.53 -
YUV 80.34 100.16 210.5 -
System Red Green Blue C M Y K H S L
Decimal 196 31 31 0 0.84 0.84 0.23 0 0.73 0.45
Hex C4 1F 1F 0 54 54 17 0 49 2D
Octal 304 37 37 0 124 124 27 0 111 55
Binary 11000100 11111 11111 0 1010100 1010100 10111 0 1001001 101101

Color Harmonies of #C41F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41F1F

Black with #C41F1F

Text Example


Text Example

White with #C41F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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