Html Css Color HEX #C1251F Fire Brick

📋 copy color: '#C1251F'

red 193 ◦ green 37 ◦ blue 31

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

Shades of Fire Brick #C1251F

Tints of Fire Brick #C1251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.18%

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

R = 73.95%
G = 14.18%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1251F (or 0xC1251F) is known color: Fire Brick. HEX triplet: C1, 25 and 1F. RGB value is (193,37,31). Sum of RGB (Red+Green+Blue) = 193+37+31=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C1251F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1251F is #3EDAE0. Grayscale: #535353. Windows color (decimal): -4119265 or 2041281. OLE color: 2041281.

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

Color convert

RGB 193 37 31 -
CMYK 0 0.81 0.84 0.24
HSL 2.22º 0.72% 0.44% -
HSV(B) 2.22º 0.84% 0.76% -
XYZ 22.9 12.76 2.55 -
YUV 82.96 98.68 206.49 -
System Red Green Blue C M Y K H S L
Decimal 193 37 31 0 0.81 0.84 0.24 2.22 0.72 0.44
Hex C1 25 1F 0 51 54 18 2 48 2C
Octal 301 45 37 0 121 124 30 2 110 54
Binary 11000001 100101 11111 0 1010001 1010100 11000 10 1001000 101100

Color Harmonies of #C1251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1251F

Black with #C1251F

Text Example


Text Example

White with #C1251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1251F; }

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

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

background-color css

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

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

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

border-color css

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

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

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