Html Css Color HEX #C21E16 Fire Brick

📋 copy color: '#C21E16'

red 194 ◦ green 30 ◦ blue 22

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

Shades of Fire Brick #C21E16

Tints of Fire Brick #C21E16

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.2%

 BLUE value IS 22 (8.98% from 255) = 8.94%

R = 78.86%
G = 12.2%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C21E16 (or 0xC21E16) is known color: Fire Brick. HEX triplet: C2, 1E and 16. RGB value is (194,30,22). Sum of RGB (Red+Green+Blue) = 194+30+22=246 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.86% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21E16 is #3DE1E9. Grayscale: #4E4E4E. Windows color (decimal): -4055530 or 1449666. OLE color: 1449666.

HSL color Cylindrical-coordinate representation of color #C21E16: hue angle of 2.79º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21E16 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 30 22 -
CMYK 0 0.85 0.89 0.24
HSL 2.79º 0.8% 0.42% -
HSV(B) 2.79º 0.89% 0.76% -
XYZ 22.86 12.46 1.96 -
YUV 78.12 96.33 210.65 -
System Red Green Blue C M Y K H S L
Decimal 194 30 22 0 0.85 0.89 0.24 2.79 0.8 0.42
Hex C2 1E 16 0 55 59 18 3 50 2A
Octal 302 36 26 0 125 131 30 3 120 52
Binary 11000010 11110 10110 0 1010101 1011001 11000 11 1010000 101010

Color Harmonies of #C21E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E16

Black with #C21E16

Text Example


Text Example

White with #C21E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E16; }

 p { color: rgb(194,30,22); }

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

background-color css

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

 a { background-color: rgb(194,30,22); }

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

border-color css

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

 span { border-color: rgb(194,30,22); }

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