Html Css Color HEX #C21711 Fire Brick

📋 copy color: '#C21711'

red 194 ◦ green 23 ◦ blue 17

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

Shades of Fire Brick #C21711

Tints of Fire Brick #C21711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.26%

R = 82.91%
G = 9.83%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C21711 (or 0xC21711) is known color: Fire Brick. HEX triplet: C2, 17 and 11. RGB value is (194,23,17). Sum of RGB (Red+Green+Blue) = 194+23+17=234 (30% of max value = 765). Red value is 194 (76.17% from 255 or 82.91% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 194 - color contains mainly: red. Hex color #C21711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21711 is #3DE8EE. Grayscale: #494949. Windows color (decimal): -4057327 or 1120194. OLE color: 1120194.

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

Color convert

RGB 194 23 17 -
CMYK 0 0.88 0.91 0.24
HSL 2.03º 0.84% 0.41% -
HSV(B) 2.03º 0.91% 0.76% -
XYZ 22.66 12.12 1.68 -
YUV 73.45 96.15 213.99 -
System Red Green Blue C M Y K H S L
Decimal 194 23 17 0 0.88 0.91 0.24 2.03 0.84 0.41
Hex C2 17 11 0 58 5B 18 2 54 29
Octal 302 27 21 0 130 133 30 2 124 51
Binary 11000010 10111 10001 0 1011000 1011011 11000 10 1010100 101001

Color Harmonies of #C21711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21711

Black with #C21711

Text Example


Text Example

White with #C21711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21711; }

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

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

background-color css

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

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

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

border-color css

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

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

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