Html Css Color HEX #C1261F Fire Brick

📋 copy color: '#C1261F'

red 193 ◦ green 38 ◦ blue 31

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

Shades of Fire Brick #C1261F

Tints of Fire Brick #C1261F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.5%

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

R = 73.66%
G = 14.5%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1261F (or 0xC1261F) is known color: Fire Brick. HEX triplet: C1, 26 and 1F. RGB value is (193,38,31). Sum of RGB (Red+Green+Blue) = 193+38+31=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C1261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1261F is #3ED9E0. Grayscale: #535353. Windows color (decimal): -4119009 or 2041537. OLE color: 2041537.

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

Color convert

RGB 193 38 31 -
CMYK 0 0.80 0.84 0.24
HSL 2.59º 0.72% 0.44% -
HSV(B) 2.59º 0.84% 0.76% -
XYZ 22.93 12.82 2.56 -
YUV 83.55 98.35 206.07 -
System Red Green Blue C M Y K H S L
Decimal 193 38 31 0 0.80 0.84 0.24 2.59 0.72 0.44
Hex C1 26 1F 0 50 54 18 3 48 2C
Octal 301 46 37 0 120 124 30 3 110 54
Binary 11000001 100110 11111 0 1010000 1010100 11000 11 1001000 101100

Color Harmonies of #C1261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1261F

Black with #C1261F

Text Example


Text Example

White with #C1261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1261F; }

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

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

background-color css

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

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

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

border-color css

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

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

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