Html Css Color HEX #C2180E Fire Brick

📋 copy color: '#C2180E'

red 194 ◦ green 24 ◦ blue 14

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

Shades of Fire Brick #C2180E

Tints of Fire Brick #C2180E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.34%

 BLUE value IS 14 (5.86% from 255) = 6.03%

R = 83.62%
G = 10.34%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2180E (or 0xC2180E) is known color: Fire Brick. HEX triplet: C2, 18 and 0E. RGB value is (194,24,14). Sum of RGB (Red+Green+Blue) = 194+24+14=232 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.62% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 194 - color contains mainly: red. Hex color #C2180E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2180E is #3DE7F1. Grayscale: #494949. Windows color (decimal): -4057074 or 923842. OLE color: 923842.

HSL color Cylindrical-coordinate representation of color #C2180E: hue angle of 3.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2180E is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 24 14 -
CMYK 0 0.88 0.93 0.24
HSL 3.33º 0.87% 0.41% -
HSV(B) 3.33º 0.93% 0.76% -
XYZ 22.65 12.15 1.57 -
YUV 73.69 94.32 213.81 -
System Red Green Blue C M Y K H S L
Decimal 194 24 14 0 0.88 0.93 0.24 3.33 0.87 0.41
Hex C2 18 E 0 58 5D 18 3 57 29
Octal 302 30 16 0 130 135 30 3 127 51
Binary 11000010 11000 1110 0 1011000 1011101 11000 11 1010111 101001

Color Harmonies of #C2180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2180E

Black with #C2180E

Text Example


Text Example

White with #C2180E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2180E; }

 p { color: rgb(194,24,14); }

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

background-color css

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

 a { background-color: rgb(194,24,14); }

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

border-color css

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

 span { border-color: rgb(194,24,14); }

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