Html Css Color HEX #C2170F Fire Brick

📋 copy color: '#C2170F'

red 194 ◦ green 23 ◦ blue 15

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

Shades of Fire Brick #C2170F

Tints of Fire Brick #C2170F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.91%

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

R = 83.62%
G = 9.91%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2170F (or 0xC2170F) is known color: Fire Brick. HEX triplet: C2, 17 and 0F. RGB value is (194,23,15). Sum of RGB (Red+Green+Blue) = 194+23+15=232 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.62% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 194 - color contains mainly: red. Hex color #C2170F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2170F is #3DE8F0. Grayscale: #494949. Windows color (decimal): -4057329 or 989122. OLE color: 989122.

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

Color convert

RGB 194 23 15 -
CMYK 0 0.88 0.92 0.24
HSL 2.68º 0.86% 0.41% -
HSV(B) 2.68º 0.92% 0.76% -
XYZ 22.64 12.12 1.6 -
YUV 73.22 95.15 214.15 -
System Red Green Blue C M Y K H S L
Decimal 194 23 15 0 0.88 0.92 0.24 2.68 0.86 0.41
Hex C2 17 F 0 58 5C 18 3 56 29
Octal 302 27 17 0 130 134 30 3 126 51
Binary 11000010 10111 1111 0 1011000 1011100 11000 11 1010110 101001

Color Harmonies of #C2170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2170F

Black with #C2170F

Text Example


Text Example

White with #C2170F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2170F; }

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

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

background-color css

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

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

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

border-color css

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

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

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