Html Css Color HEX #C1231F Fire Brick

📋 copy color: '#C1231F'

red 193 ◦ green 35 ◦ blue 31

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

Shades of Fire Brick #C1231F

Tints of Fire Brick #C1231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.51%

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

R = 74.52%
G = 13.51%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1231F (or 0xC1231F) is known color: Fire Brick. HEX triplet: C1, 23 and 1F. RGB value is (193,35,31). Sum of RGB (Red+Green+Blue) = 193+35+31=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C1231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1231F is #3EDCE0. Grayscale: #515151. Windows color (decimal): -4119777 or 2040769. OLE color: 2040769.

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

Color convert

RGB 193 35 31 -
CMYK 0 0.82 0.84 0.24
HSL 1.48º 0.72% 0.44% -
HSV(B) 1.48º 0.84% 0.76% -
XYZ 22.84 12.64 2.53 -
YUV 81.79 99.35 207.33 -
System Red Green Blue C M Y K H S L
Decimal 193 35 31 0 0.82 0.84 0.24 1.48 0.72 0.44
Hex C1 23 1F 0 52 54 18 1 48 2C
Octal 301 43 37 0 122 124 30 1 110 54
Binary 11000001 100011 11111 0 1010010 1010100 11000 1 1001000 101100

Color Harmonies of #C1231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1231F

Black with #C1231F

Text Example


Text Example

White with #C1231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1231F; }

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

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

background-color css

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

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

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

border-color css

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

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

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