Html Css Color HEX #C41F1B Fire Brick

📋 copy color: '#C41F1B'

red 196 ◦ green 31 ◦ blue 27

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

Shades of Fire Brick #C41F1B

Tints of Fire Brick #C41F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 77.17%
G = 12.2%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C41F1B (or 0xC41F1B) is known color: Fire Brick. HEX triplet: C4, 1F and 1B. RGB value is (196,31,27). Sum of RGB (Red+Green+Blue) = 196+31+27=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41F1B is #3BE0E4. Grayscale: #505050. Windows color (decimal): -3924197 or 1777604. OLE color: 1777604.

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

Color convert

RGB 196 31 27 -
CMYK 0 0.84 0.86 0.23
HSL 1.42º 0.76% 0.44% -
HSV(B) 1.42º 0.86% 0.77% -
XYZ 23.45 12.79 2.27 -
YUV 79.88 98.16 210.83 -
System Red Green Blue C M Y K H S L
Decimal 196 31 27 0 0.84 0.86 0.23 1.42 0.76 0.44
Hex C4 1F 1B 0 54 56 17 1 4C 2C
Octal 304 37 33 0 124 126 27 1 114 54
Binary 11000100 11111 11011 0 1010100 1010110 10111 1 1001100 101100

Color Harmonies of #C41F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41F1B

Black with #C41F1B

Text Example


Text Example

White with #C41F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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