Html Css Color HEX #C21D14 Fire Brick

📋 copy color: '#C21D14'

red 194 ◦ green 29 ◦ blue 20

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

Shades of Fire Brick #C21D14

Tints of Fire Brick #C21D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.93%

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

R = 79.84%
G = 11.93%
B = 8.23%

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

#C21D14 (or 0xC21D14) is known color: Fire Brick. HEX triplet: C2, 1D and 14. RGB value is (194,29,20). Sum of RGB (Red+Green+Blue) = 194+29+20=243 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.84% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21D14 is #3DE2EB. Grayscale: #4D4D4D. Windows color (decimal): -4055788 or 1318338. OLE color: 1318338.

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

Color convert

RGB 194 29 20 -
CMYK 0 0.85 0.90 0.24
HSL 3.1º 0.81% 0.42% -
HSV(B) 3.1º 0.9% 0.76% -
XYZ 22.81 12.4 1.85 -
YUV 77.31 95.66 211.23 -
System Red Green Blue C M Y K H S L
Decimal 194 29 20 0 0.85 0.90 0.24 3.1 0.81 0.42
Hex C2 1D 14 0 55 5A 18 3 51 2A
Octal 302 35 24 0 125 132 30 3 121 52
Binary 11000010 11101 10100 0 1010101 1011010 11000 11 1010001 101010

Color Harmonies of #C21D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D14

Black with #C21D14

Text Example


Text Example

White with #C21D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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