Html Css Color HEX #C21A10 Fire Brick

📋 copy color: '#C21A10'

red 194 ◦ green 26 ◦ blue 16

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

Shades of Fire Brick #C21A10

Tints of Fire Brick #C21A10

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.02%

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

R = 82.2%
G = 11.02%
B = 6.78%

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

#C21A10 (or 0xC21A10) is known color: Fire Brick. HEX triplet: C2, 1A and 10. RGB value is (194,26,16). Sum of RGB (Red+Green+Blue) = 194+26+16=236 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.20% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21A10 is #3DE5EF. Grayscale: #4B4B4B. Windows color (decimal): -4056560 or 1055426. OLE color: 1055426.

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

Color convert

RGB 194 26 16 -
CMYK 0 0.87 0.92 0.24
HSL 3.37º 0.85% 0.41% -
HSV(B) 3.37º 0.92% 0.76% -
XYZ 22.71 12.25 1.66 -
YUV 75.09 94.66 212.81 -
System Red Green Blue C M Y K H S L
Decimal 194 26 16 0 0.87 0.92 0.24 3.37 0.85 0.41
Hex C2 1A 10 0 57 5C 18 3 55 29
Octal 302 32 20 0 127 134 30 3 125 51
Binary 11000010 11010 10000 0 1010111 1011100 11000 11 1010101 101001

Color Harmonies of #C21A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A10

Black with #C21A10

Text Example


Text Example

White with #C21A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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