Html Css Color HEX #C21C14 Fire Brick

📋 copy color: '#C21C14'

red 194 ◦ green 28 ◦ blue 20

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

Shades of Fire Brick #C21C14

Tints of Fire Brick #C21C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.57%

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

R = 80.17%
G = 11.57%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C21C14 (or 0xC21C14) is known color: Fire Brick. HEX triplet: C2, 1C and 14. RGB value is (194,28,20). Sum of RGB (Red+Green+Blue) = 194+28+20=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21C14 is #3DE3EB. Grayscale: #4C4C4C. Windows color (decimal): -4056044 or 1318082. OLE color: 1318082.

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

Color convert

RGB 194 28 20 -
CMYK 0 0.86 0.90 0.24
HSL 2.76º 0.81% 0.42% -
HSV(B) 2.76º 0.9% 0.76% -
XYZ 22.79 12.35 1.84 -
YUV 76.72 96 211.65 -
System Red Green Blue C M Y K H S L
Decimal 194 28 20 0 0.86 0.90 0.24 2.76 0.81 0.42
Hex C2 1C 14 0 56 5A 18 3 51 2A
Octal 302 34 24 0 126 132 30 3 121 52
Binary 11000010 11100 10100 0 1010110 1011010 11000 11 1010001 101010

Color Harmonies of #C21C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C14

Black with #C21C14

Text Example


Text Example

White with #C21C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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