Html Css Color HEX #C21710 Fire Brick

📋 copy color: '#C21710'

red 194 ◦ green 23 ◦ blue 16

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

Shades of Fire Brick #C21710

Tints of Fire Brick #C21710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.87%

R = 83.26%
G = 9.87%
B = 6.87%

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

#C21710 (or 0xC21710) is known color: Fire Brick. HEX triplet: C2, 17 and 10. RGB value is (194,23,16). Sum of RGB (Red+Green+Blue) = 194+23+16=233 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.26% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 194 - color contains mainly: red. Hex color #C21710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21710 is #3DE8EF. Grayscale: #494949. Windows color (decimal): -4057328 or 1054658. OLE color: 1054658.

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

Color convert

RGB 194 23 16 -
CMYK 0 0.88 0.92 0.24
HSL 2.36º 0.85% 0.41% -
HSV(B) 2.36º 0.92% 0.76% -
XYZ 22.65 12.12 1.64 -
YUV 73.33 95.65 214.07 -
System Red Green Blue C M Y K H S L
Decimal 194 23 16 0 0.88 0.92 0.24 2.36 0.85 0.41
Hex C2 17 10 0 58 5C 18 2 55 29
Octal 302 27 20 0 130 134 30 2 125 51
Binary 11000010 10111 10000 0 1011000 1011100 11000 10 1010101 101001

Color Harmonies of #C21710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21710

Black with #C21710

Text Example


Text Example

White with #C21710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21710; }

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

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

background-color css

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

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

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

border-color css

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

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

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