Html Css Color HEX #C21514 Fire Brick

📋 copy color: '#C21514'

red 194 ◦ green 21 ◦ blue 20

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

Shades of Fire Brick #C21514

Tints of Fire Brick #C21514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.94%

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

R = 82.55%
G = 8.94%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C21514 (or 0xC21514) is known color: Fire Brick. HEX triplet: C2, 15 and 14. RGB value is (194,21,20). Sum of RGB (Red+Green+Blue) = 194+21+20=235 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.55% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 194 - color contains mainly: red. Hex color #C21514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21514 is #3DEAEB. Grayscale: #484848. Windows color (decimal): -4057836 or 1316290. OLE color: 1316290.

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

Color convert

RGB 194 21 20 -
CMYK 0 0.89 0.90 0.24
HSL 0.34º 0.81% 0.42% -
HSV(B) 0.34º 0.9% 0.76% -
XYZ 22.64 12.06 1.8 -
YUV 72.61 98.31 214.58 -
System Red Green Blue C M Y K H S L
Decimal 194 21 20 0 0.89 0.90 0.24 0.34 0.81 0.42
Hex C2 15 14 0 59 5A 18 0 51 2A
Octal 302 25 24 0 131 132 30 0 121 52
Binary 11000010 10101 10100 0 1011001 1011010 11000 0 1010001 101010

Color Harmonies of #C21514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21514

Black with #C21514

Text Example


Text Example

White with #C21514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21514; }

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

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

background-color css

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

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

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

border-color css

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

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

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