Html Css Color HEX #C21810 Fire Brick

📋 copy color: '#C21810'

red 194 ◦ green 24 ◦ blue 16

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

Shades of Fire Brick #C21810

Tints of Fire Brick #C21810

RGB

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

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

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

R = 82.91%
G = 10.26%
B = 6.84%

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

#C21810 (or 0xC21810) is known color: Fire Brick. HEX triplet: C2, 18 and 10. RGB value is (194,24,16). Sum of RGB (Red+Green+Blue) = 194+24+16=234 (30% of max value = 765). Red value is 194 (76.17% from 255 or 82.91% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 194 - color contains mainly: red. Hex color #C21810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21810 is #3DE7EF. Grayscale: #4A4A4A. Windows color (decimal): -4057072 or 1054914. OLE color: 1054914.

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

Color convert

RGB 194 24 16 -
CMYK 0 0.88 0.92 0.24
HSL 2.7º 0.85% 0.41% -
HSV(B) 2.7º 0.92% 0.76% -
XYZ 22.67 12.16 1.64 -
YUV 73.92 95.32 213.65 -
System Red Green Blue C M Y K H S L
Decimal 194 24 16 0 0.88 0.92 0.24 2.7 0.85 0.41
Hex C2 18 10 0 58 5C 18 3 55 29
Octal 302 30 20 0 130 134 30 3 125 51
Binary 11000010 11000 10000 0 1011000 1011100 11000 11 1010101 101001

Color Harmonies of #C21810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21810

Black with #C21810

Text Example


Text Example

White with #C21810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21810; }

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

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

background-color css

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

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

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

border-color css

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

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

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