Html Css Color HEX #C21E14 Fire Brick

📋 copy color: '#C21E14'

red 194 ◦ green 30 ◦ blue 20

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

Shades of Fire Brick #C21E14

Tints of Fire Brick #C21E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.2%

R = 79.51%
G = 12.3%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C21E14 (or 0xC21E14) is known color: Fire Brick. HEX triplet: C2, 1E and 14. RGB value is (194,30,20). Sum of RGB (Red+Green+Blue) = 194+30+20=244 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.51% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21E14 is #3DE1EB. Grayscale: #4E4E4E. Windows color (decimal): -4055532 or 1318594. OLE color: 1318594.

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

Color convert

RGB 194 30 20 -
CMYK 0 0.85 0.90 0.24
HSL 3.45º 0.81% 0.42% -
HSV(B) 3.45º 0.9% 0.76% -
XYZ 22.84 12.45 1.86 -
YUV 77.9 95.33 210.81 -
System Red Green Blue C M Y K H S L
Decimal 194 30 20 0 0.85 0.90 0.24 3.45 0.81 0.42
Hex C2 1E 14 0 55 5A 18 3 51 2A
Octal 302 36 24 0 125 132 30 3 121 52
Binary 11000010 11110 10100 0 1010101 1011010 11000 11 1010001 101010

Color Harmonies of #C21E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E14

Black with #C21E14

Text Example


Text Example

White with #C21E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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