Html Css Color HEX #C2231E Fire Brick

📋 copy color: '#C2231E'

red 194 ◦ green 35 ◦ blue 30

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

Shades of Fire Brick #C2231E

Tints of Fire Brick #C2231E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.58%

R = 74.9%
G = 13.51%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2231E (or 0xC2231E) is known color: Fire Brick. HEX triplet: C2, 23 and 1E. RGB value is (194,35,30). Sum of RGB (Red+Green+Blue) = 194+35+30=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C2231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2231E is #3DDCE1. Grayscale: #525252. Windows color (decimal): -4054242 or 1975234. OLE color: 1975234.

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

Color convert

RGB 194 35 30 -
CMYK 0 0.82 0.85 0.24
HSL 1.83º 0.73% 0.44% -
HSV(B) 1.83º 0.85% 0.76% -
XYZ 23.08 12.77 2.48 -
YUV 81.97 98.68 207.91 -
System Red Green Blue C M Y K H S L
Decimal 194 35 30 0 0.82 0.85 0.24 1.83 0.73 0.44
Hex C2 23 1E 0 52 55 18 2 49 2C
Octal 302 43 36 0 122 125 30 2 111 54
Binary 11000010 100011 11110 0 1010010 1010101 11000 10 1001001 101100

Color Harmonies of #C2231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2231E

Black with #C2231E

Text Example


Text Example

White with #C2231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2231E; }

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

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

background-color css

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

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

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

border-color css

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

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

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