Html Css Color HEX #C2231F Fire Brick

📋 copy color: '#C2231F'

red 194 ◦ green 35 ◦ blue 31

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

Shades of Fire Brick #C2231F

Tints of Fire Brick #C2231F

RGB

 RED value IS 194 (76.17% from 255) = 74.62%

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

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

R = 74.62%
G = 13.46%
B = 11.92%

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

#C2231F (or 0xC2231F) is known color: Fire Brick. HEX triplet: C2, 23 and 1F. RGB value is (194,35,31). Sum of RGB (Red+Green+Blue) = 194+35+31=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C2231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2231F is #3DDCE0. Grayscale: #525252. Windows color (decimal): -4054241 or 2040770. OLE color: 2040770.

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

Color convert

RGB 194 35 31 -
CMYK 0 0.82 0.84 0.24
HSL 1.47º 0.72% 0.44% -
HSV(B) 1.47º 0.84% 0.76% -
XYZ 23.1 12.77 2.54 -
YUV 82.09 99.18 207.83 -
System Red Green Blue C M Y K H S L
Decimal 194 35 31 0 0.82 0.84 0.24 1.47 0.72 0.44
Hex C2 23 1F 0 52 54 18 1 48 2C
Octal 302 43 37 0 122 124 30 1 110 54
Binary 11000010 100011 11111 0 1010010 1010100 11000 1 1001000 101100

Color Harmonies of #C2231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2231F

Black with #C2231F

Text Example


Text Example

White with #C2231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2231F; }

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

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

background-color css

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

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

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

border-color css

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

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

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