Html Css Color HEX #C1291F Fire Brick

📋 copy color: '#C1291F'

red 193 ◦ green 41 ◦ blue 31

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

Shades of Fire Brick #C1291F

Tints of Fire Brick #C1291F

RGB

 RED value IS 193 (75.78% from 255) = 72.83%

 GREEN value IS 41 (16.41% from 255) = 15.47%

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

R = 72.83%
G = 15.47%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1291F (or 0xC1291F) is known color: Fire Brick. HEX triplet: C1, 29 and 1F. RGB value is (193,41,31). Sum of RGB (Red+Green+Blue) = 193+41+31=265 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.83% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 193 - color contains mainly: red. Hex color #C1291F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1291F is #3ED6E0. Grayscale: #555555. Windows color (decimal): -4118241 or 2042305. OLE color: 2042305.

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

Color convert

RGB 193 41 31 -
CMYK 0 0.79 0.84 0.24
HSL 3.7º 0.72% 0.44% -
HSV(B) 3.7º 0.84% 0.76% -
XYZ 23.03 13.02 2.6 -
YUV 85.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 193 41 31 0 0.79 0.84 0.24 3.7 0.72 0.44
Hex C1 29 1F 0 4F 54 18 4 48 2C
Octal 301 51 37 0 117 124 30 4 110 54
Binary 11000001 101001 11111 0 1001111 1010100 11000 100 1001000 101100

Color Harmonies of #C1291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1291F

Black with #C1291F

Text Example


Text Example

White with #C1291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1291F; }

 p { color: rgb(193,41,31); }

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

background-color css

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

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

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

border-color css

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

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

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