Html Css Color HEX #C2190F Fire Brick

📋 copy color: '#C2190F'

red 194 ◦ green 25 ◦ blue 15

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

Shades of Fire Brick #C2190F

Tints of Fire Brick #C2190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.68%

 BLUE value IS 15 (6.25% from 255) = 6.41%

R = 82.91%
G = 10.68%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2190F (or 0xC2190F) is known color: Fire Brick. HEX triplet: C2, 19 and 0F. RGB value is (194,25,15). Sum of RGB (Red+Green+Blue) = 194+25+15=234 (30% of max value = 765). Red value is 194 (76.17% from 255 or 82.91% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 194 - color contains mainly: red. Hex color #C2190F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2190F is #3DE6F0. Grayscale: #4A4A4A. Windows color (decimal): -4056817 or 989634. OLE color: 989634.

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

Color convert

RGB 194 25 15 -
CMYK 0 0.87 0.92 0.24
HSL 3.35º 0.86% 0.41% -
HSV(B) 3.35º 0.92% 0.76% -
XYZ 22.68 12.2 1.61 -
YUV 74.39 94.49 213.31 -
System Red Green Blue C M Y K H S L
Decimal 194 25 15 0 0.87 0.92 0.24 3.35 0.86 0.41
Hex C2 19 F 0 57 5C 18 3 56 29
Octal 302 31 17 0 127 134 30 3 126 51
Binary 11000010 11001 1111 0 1010111 1011100 11000 11 1010110 101001

Color Harmonies of #C2190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2190F

Black with #C2190F

Text Example


Text Example

White with #C2190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2190F; }

 p { color: rgb(194,25,15); }

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

background-color css

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

 a { background-color: rgb(194,25,15); }

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

border-color css

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

 span { border-color: rgb(194,25,15); }

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